Gar
Gar
This looks great, thanks for staying on top of this change. +1 from me
Tests ran from PRs from external repos will always fail, only tests made from PRs from local branches will run.
Thanks to @thefoxis for suggesting a contribute repo https://github.com/necolas/issue-guidelines
We're addressing the second point at least somewhat here https://github.com/AmpersandJS/ampersand-state/pull/59
How much of this would be solved if collections were made properly enumerable? This seems like it could potentially be a small oversight rather than the far-reaching issues you're deriving...
https://github.com/AmpersandJS/ampersand-collection/issues/35
For now, can you try iterating through the 'models' property of the collection instead of the collection? It's less than ideal but at least that could have you up and...
If you want the state of the data to track into your view you will want to use bindings (or domthing which listens to events from the data to know...
I don't think the props in view are technically supported. There are things in the view that needed to be stateful, so view extends state and has custom types for...
Can you use `document.querySelector('#myId')`, or if you are already in a view `view.query('#myId')`?