aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/webapp/apps/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/webapp/apps/app.js')
-rwxr-xr-xsrc/main/resources/webapp/apps/app.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/resources/webapp/apps/app.js b/src/main/resources/webapp/apps/app.js
index 69106aa..f3fca90 100755
--- a/src/main/resources/webapp/apps/app.js
+++ b/src/main/resources/webapp/apps/app.js
@@ -110,6 +110,17 @@ directives.directive('dogtagXl', function () {
}
});
+directives.directive('pager', function () {
+ return {
+ restrict: 'A',
+ scope: {
+ pager: '=x',
+ colspan: '=colspan'
+ },
+ templateUrl: '/apps/core/pager.html'
+ }
+});
+
directives.directive('spinner', function () {
return function($scope, element, attr) {
var opts = {