Skip to content

Commit

Permalink
Step 3.17: Load input directive
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB authored and Dotan Simha committed Nov 23, 2016
1 parent 60aa704 commit 22354b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/scripts/lib/app.js
Expand Up @@ -12,6 +12,7 @@ import { Meteor } from 'meteor/meteor';
// Modules
import ChatsCtrl from '../controllers/chats.controller';
import ChatCtrl from '../controllers/chat.controller';
import InputDirective from '../directives/input.directive';
import CalendarFilter from '../filters/calendar.filter';
import RoutesConfig from '../routes';

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

Expand Down

0 comments on commit 22354b7

Please sign in to comment.