23 lines
728 B
Python
23 lines
728 B
Python
/**
|
|
* INSPINIA - Responsive Admin Theme
|
|
*
|
|
*/
|
|
(function () {
|
|
angular.module('inspinia', [
|
|
'ui.router', // Routing
|
|
'oc.lazyLoad', // ocLazyLoad
|
|
'ui.bootstrap', // Ui Bootstrap
|
|
'pascalprecht.translate', // Angular Translate
|
|
'ngIdle', // Idle timer
|
|
'ngSanitize', // ngSanitize
|
|
'highcharts-ng',
|
|
'ngCookies',
|
|
//'ngDragDrop',
|
|
'hjc.directives.dragdrop',
|
|
'angular-loading-bar',
|
|
'thatisuday.dropzone',
|
|
'monospaced.qrcode'
|
|
])
|
|
})();
|
|
|
|
// Other libraries are loaded dynamically in the config.js file using the library ocLazyLoad |