diff options
Diffstat (limited to 'src/main/webapp/WEB-INF')
-rwxr-xr-x[-rw-r--r--] | src/main/webapp/WEB-INF/tags/common/head.tagx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/webapp/WEB-INF/tags/common/head.tagx b/src/main/webapp/WEB-INF/tags/common/head.tagx index f5b27a4..0ad2ba2 100644..100755 --- a/src/main/webapp/WEB-INF/tags/common/head.tagx +++ b/src/main/webapp/WEB-INF/tags/common/head.tagx @@ -16,11 +16,12 @@ <script type="text/javascript" src="/external/headjs-0.99/head.min.js"><!-- --></script> <script type="text/javascript"> head.js( - {app: "/apps/app.js"}, {jquery: "/external/jquery-1.8.3/jquery-1.8.3.js"}, {angularjs: "/external/angular-1.0.3/angular.js"}, {angularjsResource: "/external/angular-1.0.3/angular-resource.js"}, - {angularUiNgGrid: "/external/angular-ui/ng-grid-1.6.0/ng-grid-1.6.0.debug.js"} + {angularUiNgGrid: "/external/angular-ui/ng-grid-1.6.0/ng-grid-1.6.0.debug.js"}, + {app: "/apps/app.js"}, + {PagingTableService: "/apps/core/PagingTableService.js"} ); </script> <script>var noCache = new Date().getTime();</script> |