diff options
Diffstat (limited to 'reporting/pages/app/scripts/config.js')
-rw-r--r-- | reporting/pages/app/scripts/config.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/reporting/pages/app/scripts/config.js b/reporting/pages/app/scripts/config.js new file mode 100644 index 0000000..838460a --- /dev/null +++ b/reporting/pages/app/scripts/config.js @@ -0,0 +1,14 @@ +/** + * @ngdoc overview + * @name opnfvApp + * @description + * # opnfvApp + * + * Main config file of the application. + */ +angular + .module('opnfvApp').config(function () { + + } + + ) |