$ionicLoading自定义加载动画

通过$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

});

posted @ 2016-08-27 15:59  芒果有毒  阅读(1678)  评论(0编辑  收藏  举报