通过$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
});
本文共 306 字,大约阅读时间需要 1 分钟。
通过$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
});
转载于:https://www.cnblogs.com/cutone/p/5813167.html