mercredi 25 novembre 2015

emberjs - layouts without views

I am upgrading an ember application from 1.7.1 to 1.13.13 and one technique I used to use to great effect is to use layouts in views, e.g:

App.UserView = Radium.View.extend({
  layoutName: "layouts/two_column"
});

With views deprecated in the latest ember, is there any provision for layouts?




Aucun commentaire:

Enregistrer un commentaire