通過$ionicLoadingConfig設置默認效果
app.constant('$ionicLoadingConfig', {
template: '<img src="img/loadinging.gif" style="border:none;width:100px;height:100px;">',//動畫模板
hideOnStateChange:true,
showBackdrop: true, //是否顯示蒙層
maxWidth: 600,
showDelay: 0
});
