I have worked a bit with angular lately, and am now knee deep into my first ember project (with ember-cli).
I agree with a lot of the points made in this Series, a really good write up.
In Ember I feel I have to write a bit more boilerplate around dealing with collections, (i.e. sorting).
Can't wait for HTMLBars, the script tags littered around the dom are just not very nice, and I find myself using :last-of-type CSS selectors and the likes a lot.
I also think that the directives in angular just work nicer than the components in ember, because there is more control over what's bound into their scope.
Ember's approach to structure is great though, and the router is really nice to work with, much much nicer than ui-router.
Both are great frameworks though, and I really appreciate the work of both teams to give me great tools like this to work with.
I agree with a lot of the points made in this Series, a really good write up.
In Ember I feel I have to write a bit more boilerplate around dealing with collections, (i.e. sorting).
Can't wait for HTMLBars, the script tags littered around the dom are just not very nice, and I find myself using :last-of-type CSS selectors and the likes a lot.
I also think that the directives in angular just work nicer than the components in ember, because there is more control over what's bound into their scope.
Ember's approach to structure is great though, and the router is really nice to work with, much much nicer than ui-router.
Both are great frameworks though, and I really appreciate the work of both teams to give me great tools like this to work with.