Skip to content

Commit

Permalink
Step 5.29: Load settings 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 06e5562 commit d3234d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.js
Expand Up @@ -9,6 +9,7 @@ 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 SettingsCtrl from './controllers/settings.controller';
import InputDirective from './directives/input.directive';
import CalendarFilter from './filters/calendar.filter';
import Routes from './routes';
Expand All @@ -28,6 +29,7 @@ new Loader(App)
.load(ConfirmationCtrl)
.load(LoginCtrl)
.load(ProfileCtrl)
.load(SettingsCtrl)
.load(InputDirective)
.load(CalendarFilter)
.load(Routes);
Expand Down

0 comments on commit d3234d4

Please sign in to comment.