diff --git a/core/client/routes/application.js b/core/client/routes/application.js index 9f528de51b..0d45d3d63b 100644 --- a/core/client/routes/application.js +++ b/core/client/routes/application.js @@ -8,8 +8,10 @@ var ApplicationRoute = Ember.Route.extend(ShortcutsRoute, { closePopups: function () { this.get('popover').closePopovers(); this.get('notifications').closeAll(); - // @todo close modals + + this.send('closeModal'); }, + signedIn: function (user) { // Update the user on all routes and controllers this.container.unregister('user:current');