6e99ce3d71f76433e8e6400c3e116fdcb9460ebb
[releng.git] / utils / test / reporting / pages / app / scripts / app.js
1 'use strict';
2
3 /**
4  * @ngdoc overview
5  * @name opnfvApp
6  * @description
7  * # opnfvApp
8  *
9  * Main module of the application.
10  */
11 angular
12   .module('opnfvApp', [
13     'ngAnimate',
14     'ui.router',
15     'oc.lazyLoad',
16     'ui.bootstrap',
17     'ngResource',
18     'selectize'
19
20   ]);