summaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/angular_js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/angular_js/app.js')
-rw-r--r--dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/angular_js/app.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/angular_js/app.js b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/angular_js/app.js
new file mode 100644
index 0000000..a403b5b
--- /dev/null
+++ b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/angular_js/app.js
@@ -0,0 +1,6 @@
+angular.module('att.abs.helper', []);
+angular.module('quantum', []);
+angular.module('ui.bootstrap', []);
+var app=angular.module("abs", ["att.abs", "att.abs.helper","modalServices",
+ "att.gridster","checklist-model","ngRoute", "ui.bootstrap","ngCookies"]);
+