myems-admin/app/app.js   A
last analyzed

Complexity

Total Complexity 1
Complexity/F 1

Size

Lines of Code 19
Function Count 1

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 1
eloc 15
mnd 0
bc 0
fnc 1
dl 0
loc 19
rs 10
bpm 0
cpm 1
noi 3
c 0
b 0
f 0
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
The expression has no effects. Consider removing it.
Loading history...
introduced by
The result of the property access to config.js is not used.
Loading history...
Unused Code introduced by
The expression dynamically in the has no effects. Consider removing it.
Loading history...