Skip to content

Commit

Permalink
Step 4.8: Load login controller
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB authored and Dotan Simha committed Nov 23, 2016
1 parent a4dfce1 commit 11d3b90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/scripts/lib/app.js
Expand Up @@ -13,6 +13,7 @@ import { Meteor } from 'meteor/meteor';
// Modules
import ChatsCtrl from '../controllers/chats.controller';
import ChatCtrl from '../controllers/chat.controller';
import LoginCtrl from '../controllers/login.controller';
import InputDirective from '../directives/input.directive';
import CalendarFilter from '../filters/calendar.filter';
import RoutesConfig from '../routes';
Expand All @@ -30,6 +31,7 @@ Angular.module(App, [
new Loader(App)
.load(ChatsCtrl)
.load(ChatCtrl)
.load(LoginCtrl)
.load(InputDirective)
.load(CalendarFilter)
.load(RoutesConfig);
Expand Down

0 comments on commit 11d3b90

Please sign in to comment.