4 comments

[ 2.0 ms ] story [ 24.6 ms ] thread
I hope someone does a series on "forgetting AngularJS magic" when 2.0 comes out and changes everything...
The more it uses web standards (e.g. Object.observe), the less magic will be required (e.g. $watch), so I think you're right :)
Or just write function increasePoints() { ++($scope.points) }

Function errything!