Closed mogadanez closed 10 years ago
Hello,
This is rivets's binder 'data-each' issue(It wants an Array as each
argument and tries to iterate collection as array). It is impossible to fix with adapter now. Here is an Issue. This will be fixed in future version of rivets.
Right now there is 2 ways to fix it:
<li data-each="someCollection | toArray"></li>
<li data-each="fake.someCollection"></li>
Yes, I found the same workaround with wrapper
<li data-each="someCollection.models"></li>
element not appears.