d06019c552444e88cc87e95f37e6538d955d14bc
[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         '720kb.tooltips'
20
21     ]);