Blame view
src/app/app.module.js
518 Bytes
66ee5529f
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
(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' ]); })(); |