In ember 1.8 views was not deprecated so i had pass view as layout for ember modal box.
Recently i have upgraded to ember 2.8.3. and view is not supported.
actions: {
showModal: function (name, content) {
ModalContext.setProperties({"name":name});
this.controllerFor(name).set('content', content);
this.render(name, {
into: 'application',
outlet: 'modal',
view:'common/modal'
});
}
}
How to set layout for modal-box.
Thanks in advance for help.
Aucun commentaire:
Enregistrer un commentaire