通过$ionicLoadingConfig设置默认效果
app.constant('$ionicLoadingConfig', {
template: '<img src="img/loadinging.gif" style="border:none;100px;height:100px;">',//动画模板
hideOnStateChange:true,
showBackdrop: true, //是否显示蒙层
maxWidth: 600,
showDelay: 0
});