app.directive('loadingSpinner', ['$http', function ($http) { return { restrict: 'A', replace: true, template: '
加载中...
', }; }]);