Skip to content

Commit

Permalink
Step 5.14: Load chat picture filter
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 848cafe commit b4bc82f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/scripts/lib/app.js
Expand Up @@ -21,6 +21,7 @@ import SettingsCtrl from '../controllers/settings.controller';
import InputDirective from '../directives/input.directive';
import CalendarFilter from '../filters/calendar.filter';
import ChatNameFilter from '../filters/chat-name.filter';
import ChatPictureFilter from '../filters/chat-picture.filter';
import NewChatService from '../services/new-chat.service';
import Routes from '../routes';

Expand All @@ -45,6 +46,7 @@ new Loader(App)
.load(InputDirective)
.load(CalendarFilter)
.load(ChatNameFilter)
.load(ChatPictureFilter)
.load(NewChatService)
.load(Routes);

Expand Down

0 comments on commit b4bc82f

Please sign in to comment.