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

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -