socialforge/public/javascripts/wechat/directives/loading_spinner.js

6 lines
168 B
JavaScript

app.directive('loadingSpinner', ['$http', 'config', function ($http, config) {
return {
templateUrl: config.rootPath+ 'templates/loading.html',
};
}]);