838460a3884bdeae3ad4910c47fc505e01bbd2e5
[releng.git] / utils / test / reporting / pages / app / scripts / config.js
1 /**
2  * @ngdoc overview
3  * @name opnfvApp
4  * @description
5  * # opnfvApp
6  *
7  * Main config file of the application.
8  */
9 angular
10     .module('opnfvApp').config(function () {
11
12     }
13
14     )