Issue #287 : Move CheatsheetService to CheatsheetController + DialogsController

This commit is contained in:
jdescottes
2015-10-10 22:53:48 +02:00
parent 5cda3e57b4
commit b5234089cd
12 changed files with 192 additions and 218 deletions

View File

@@ -71,7 +71,9 @@
};
ns.ImportController.prototype.onBrowseLocalClick_ = function (evt) {
$.publish(Events.DIALOG_DISPLAY, 'browse-local');
$.publish(Events.DIALOG_DISPLAY, {
dialogId : 'browse-local'
});
this.closeDrawer_();
};