ember.js - How to replace Embers deprecated CollectionView -
ember 1.13 deprecate views state in blog
i haven't found guidance in deprecation guide of how replace collectionview. before pushing issue on top of ember issue stack on github hoping find answer here question how replace collectionview.
you can use components , {{component}}
helper, , instead of managing views directly, manage data.
if want specific migration try making jsbin reproduction , ask on irc/slack.
Comments
Post a Comment