Skip to content

Commit

Permalink
Step 4.18: Load input directive
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 f82cfdc commit b3c7418
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.js
Expand Up @@ -6,6 +6,7 @@ import Loader from 'angular-ecmascript/module-loader';

import ChatCtrl from './controllers/chat.controller';
import ChatsCtrl from './controllers/chats.controller';
import InputDirective from './directives/input.directive';
import CalendarFilter from './filters/calendar.filter';
import RoutesConfig from './routes';

Expand All @@ -20,6 +21,7 @@ Angular.module(App, [
new Loader(App)
.load(ChatCtrl)
.load(ChatsCtrl)
.load(InputDirective)
.load(CalendarFilter)
.load(RoutesConfig);

Expand Down

0 comments on commit b3c7418

Please sign in to comment.