Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Step 4.18: Load profile controller
  • Loading branch information
DAB0mB authored and Dotan Simha committed Nov 23, 2016
1 parent 0cad455 commit 444d6f8
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 ProfileCtrl from '../controllers/profile.controller';
import InputDirective from '../directives/input.directive';
import CalendarFilter from '../filters/calendar.filter';
import Routes from '../routes';
Expand All @@ -34,6 +35,7 @@ new Loader(App)
.load(ChatCtrl)
.load(ConfirmationCtrl)
.load(LoginCtrl)
.load(ProfileCtrl)
.load(InputDirective)
.load(CalendarFilter)
.load(Routes);
Expand Down

0 comments on commit 444d6f8

Please sign in to comment.