From 4ad39a5c96dd99acf819ce189b13fec946d7506b Mon Sep 17 00:00:00 2001 From: talasila Date: Tue, 7 Feb 2017 15:03:57 -0500 Subject: Initial OpenECOMP Portal commit Change-Id: I804b80e0830c092e307da1599bd9fbb5c3e2da77 Signed-off-by: talasila --- .../bower_components/angular-smart-table/src/smart-table.module.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ecomp-portal-FE/client/bower_components/angular-smart-table/src/smart-table.module.js (limited to 'ecomp-portal-FE/client/bower_components/angular-smart-table/src/smart-table.module.js') diff --git a/ecomp-portal-FE/client/bower_components/angular-smart-table/src/smart-table.module.js b/ecomp-portal-FE/client/bower_components/angular-smart-table/src/smart-table.module.js new file mode 100644 index 00000000..6e8eaf55 --- /dev/null +++ b/ecomp-portal-FE/client/bower_components/angular-smart-table/src/smart-table.module.js @@ -0,0 +1,7 @@ +ng.module('smart-table', []).run(['$templateCache', function ($templateCache) { + $templateCache.put('template/smart-table/pagination.html', + ''); +}]); + -- cgit 1.2.3-korg