angularjs遮罩层
chunyunloading.js
交流QQ:2394473986
Demo<loading-view></loading-view>
'use strict';
angular.module('demoApp', [
'chunyun.loading.module',
])
.controller('DemoControllers', ['$loadingViewService', '$http',
function ( $loadingViewService, $http) {
$scope.demoFun = function () {
$loadingViewService.open();
$http({method: 'GET', url: ''}).
success(function (response, status, headers, config) {
$loadingViewService.close();
});
}
}]);
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。