Skip to content

Commit

Permalink
Step 6.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 22, 2016
1 parent 66f9416 commit f95b155
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import ChatCtrl from './controllers/chat.controller';
import ChatsCtrl from './controllers/chats.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 @@ -29,6 +30,7 @@ new Loader(App)
.load(ChatsCtrl)
.load(ConfirmationCtrl)
.load(LoginCtrl)
.load(NewChatCtrl)
.load(ProfileCtrl)
.load(SettingsCtrl)
.load(InputDirective)
Expand Down

0 comments on commit f95b155

Please sign in to comment.