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.js17
1 files changed, 9 insertions, 8 deletions
diff --git a/reporting/pages/app/scripts/app.js b/reporting/pages/app/scripts/app.js
index 6e99ce3..d06019c 100644
--- a/reporting/pages/app/scripts/app.js
+++ b/reporting/pages/app/scripts/app.js
@@ -9,12 +9,13 @@
* Main module of the application.
*/
angular
- .module('opnfvApp', [
- 'ngAnimate',
- 'ui.router',
- 'oc.lazyLoad',
- 'ui.bootstrap',
- 'ngResource',
- 'selectize'
+ .module('opnfvApp', [
+ 'ngAnimate',
+ 'ui.router',
+ 'oc.lazyLoad',
+ 'ui.bootstrap',
+ 'ngResource',
+ 'selectize',
+ '720kb.tooltips'
- ]);
+ ]); \ No newline at end of file