app.module.js
518 Bytes
(function () {
'use strict';
angular.module('sbAdminApp', [
//Angular module
'ngAnimate',
'ngCookies'
,'ngSanitize'
,'ngResource'
,'ui.router'
,'ngMaterial'
,'nvd3'
,'toaster'
,'md.data.table'
,'ngMessages'
,'chart.js'
,'ls.ChangeStream'
,'angular-web-notification'
// Custom module
,'sbAdminApp.authentication'
,'sbAdminApp.navigation'
,'sbAdminApp.user'
]);
})();