Skip to content

Commit

Permalink
Step 5.7: Load new chat 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 61637d0 commit 6ce23f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/scripts/lib/app.js
Expand Up @@ -15,6 +15,7 @@ import ChatsCtrl from '../controllers/chats.controller';
import ChatCtrl from '../controllers/chat.controller';
import ConfirmationCtrl from '../controllers/confirmation.controller';
import LoginCtrl from '../controllers/login.controller';
import NewChatCtrl from '../controllers/new-chat.controller';
import ProfileCtrl from '../controllers/profile.controller';
import SettingsCtrl from '../controllers/settings.controller';
import InputDirective from '../directives/input.directive';
Expand All @@ -37,6 +38,7 @@ new Loader(App)
.load(ChatCtrl)
.load(ConfirmationCtrl)
.load(LoginCtrl)
.load(NewChatCtrl)
.load(ProfileCtrl)
.load(SettingsCtrl)
.load(InputDirective)
Expand Down

0 comments on commit 6ce23f2

Please sign in to comment.