Skip to content

Commit

Permalink
Step 4.3: Load chat controller
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB authored and Dotan Simha committed Nov 22, 2016
1 parent 77a42c4 commit a2e56a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.js
Expand Up @@ -4,6 +4,7 @@ import Keyboard from 'cordova/keyboard';
import StatusBar from 'cordova/status-bar';
import Loader from 'angular-ecmascript/module-loader';

import ChatCtrl from './controllers/chat.controller';
import ChatsCtrl from './controllers/chats.controller';
import CalendarFilter from './filters/calendar.filter';
import RoutesConfig from './routes';
Expand All @@ -16,6 +17,7 @@ Angular.module(App, [
]);

new Loader(App)
.load(ChatCtrl)
.load(ChatsCtrl)
.load(CalendarFilter)
.load(RoutesConfig);
Expand Down

0 comments on commit a2e56a8

Please sign in to comment.