summaryrefslogtreecommitdiffstats
path: root/reporting/pages/app/scripts/config.js
blob: 838460a3884bdeae3ad4910c47fc505e01bbd2e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * @ngdoc overview
 * @name opnfvApp
 * @description
 * # opnfvApp
 *
 * Main config file of the application.
 */
angular
    .module('opnfvApp').config(function () {

    }

    )