Revert "FIX: Login was broken on mobile"

This reverts commit fe94c5f9a5.
This commit is contained in:
Guo Xiang Tan 2016-11-20 10:11:16 +08:00
parent fe94c5f9a5
commit cba763a162
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ export default function(name, opts) {
} else {
const templateName = opts.templateName || Ember.String.dasherize(name);
const renderArgs = { into: 'modal', outlet: 'modalBody', view: 'modal-body'};
const renderArgs = { into: 'modal', outlet: 'modalBody'};
if (controller) { renderArgs.controller = controllerName; }
const modalName = `modal/${templateName}`;