1 | /** |
||
2 | * INSPINIA - Responsive Admin Theme |
||
3 | * |
||
4 | */ |
||
5 | (function () { |
||
6 | angular.module('inspinia', [ |
||
7 | 'ui.router', // Routing |
||
8 | 'oc.lazyLoad', // ocLazyLoad |
||
9 | 'ui.bootstrap', // Ui Bootstrap |
||
10 | 'pascalprecht.translate', // Angular Translate |
||
11 | 'ngIdle', // Idle timer |
||
12 | 'ngSanitize', // ngSanitize |
||
13 | 'highcharts-ng', |
||
14 | 'ngCookies', |
||
15 | //'ngDragDrop', |
||
16 | 'hjc.directives.dragdrop', |
||
17 | 'angular-loading-bar', |
||
18 | 'thatisuday.dropzone', |
||
19 | 'monospaced.qrcode' |
||
20 | ]) |
||
21 | })(); |
||
22 | |||
23 | // Other libraries are loaded dynamically in the config.js file using the library ocLazyLoad |
||
0 ignored issues
–
show
Unused Code
introduced
by
![]() |