diff options
Diffstat (limited to 'utils/test/reporting/pages/app/scripts/app.js')
-rw-r--r-- | utils/test/reporting/pages/app/scripts/app.js | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/utils/test/reporting/pages/app/scripts/app.js b/utils/test/reporting/pages/app/scripts/app.js deleted file mode 100644 index 043e3ca91..000000000 --- a/utils/test/reporting/pages/app/scripts/app.js +++ /dev/null @@ -1,24 +0,0 @@ -'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', - '720kb.tooltips', - 'ngDialog', - 'angularUtils.directives.dirPagination', - 'darthwade.dwLoading' - - ]);
\ No newline at end of file |