UI will reload on navigation if the backend has been update

This commit is contained in:
Mark McDowall 2013-11-13 19:38:30 -08:00
parent 541cd0ce19
commit c286f1b18a
7 changed files with 98 additions and 57 deletions

View file

@ -191,7 +191,8 @@ define(
'Series/SeriesController',
'Router',
'Shared/Modal/Controller',
'Instrumentation/StringFormat'
'Instrumentation/StringFormat',
'LifeCycle'
], function ($, Backbone, Marionette, RouteBinder, SignalRBroadcaster, NavbarView, AppLayout, SeriesController, Router, ModalController) {
new SeriesController();