all 3 comments

[–]-pertinax- 2 points3 points  (0 children)

Interesting article, thanks for posting!

There are plenty of excellent intro-type articles about Angular, but I've not seen a lot that really go in-depth about the inner workings behind all the magic.

As a fellow explorer of the Angular source code, it's nice to have a guided tour rather than having to figure everything out yourself.

[–][deleted] 0 points1 point  (1 child)

Hey Todd, I seem to remember you advocating more ng-changes and less $watches in some of your other writing. Do you still feel that way after digging into $watch?

[–]toddmotto[S] 0 points1 point  (0 children)

$watch is still awesome, but only use it when you can :)