summaryrefslogtreecommitdiffstats
path: root/reporting/pages/app/scripts/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'reporting/pages/app/scripts/app.js')
-rw-r--r--reporting/pages/app/scripts/app.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/reporting/pages/app/scripts/app.js b/reporting/pages/app/scripts/app.js
new file mode 100644
index 0000000..6e99ce3
--- /dev/null
+++ b/reporting/pages/app/scripts/app.js
@@ -0,0 +1,20 @@
+'use strict';
+
+/**
+ * @ngdoc overview
+ * @name opnfvApp
+ * @description
+ * # opnfvApp
+ *
+ * Main module of the application.
+ */
+angular
+ .module('opnfvApp', [
+ 'ngAnimate',
+ 'ui.router',
+ 'oc.lazyLoad',
+ 'ui.bootstrap',
+ 'ngResource',
+ 'selectize'
+
+ ]);