Skip to content

Commit

Permalink
Step 5.21: Load profile 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 21c08ab commit 6a12b7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.js
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 ProfileCtrl from './controllers/profile.controller';
import InputDirective from './directives/input.directive';
import CalendarFilter from './filters/calendar.filter';
import Routes from './routes';
Expand All @@ -26,6 +27,7 @@ new Loader(App)
.load(ChatsCtrl)
.load(ConfirmationCtrl)
.load(LoginCtrl)
.load(ProfileCtrl)
.load(InputDirective)
.load(CalendarFilter)
.load(Routes);
Expand Down

0 comments on commit 6a12b7b

Please sign in to comment.