parent
c6ccf94aab
commit
74ad16a055
@ -0,0 +1,12 @@ |
||||
angular.module('openproject.workPackages.directives') |
||||
|
||||
.directive('workPackagesLoading', ['I18n', function(I18n){ |
||||
|
||||
return { |
||||
restrict: 'E', |
||||
templateUrl: '/templates/work_packages/work_packages_loading.html', |
||||
scope: true, |
||||
link: function(scope, element, attributes) { |
||||
} |
||||
}; |
||||
}]); |
@ -0,0 +1,4 @@ |
||||
<div ng-if="loading > 0" |
||||
id="ajax-indicator"> |
||||
<span>Loading...</span> |
||||
</div> |
Loading…
Reference in new issue