Issues (1577)

myems-admin/app/app.js (3 issues)

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
The expression has no effects. Consider removing it.
Loading history...
The result of the property access to config.js is not used.
Loading history...
The expression dynamically in the has no effects. Consider removing it.
Loading history...