Hacker News new | ask | show | jobs
by adambratt 4190 days ago
My thoughts exactly. There's nothing new or unique about this article that hasn't been brought up or debated before.

Saying that data binding is wrong because it doesn't use click handlers for a button is kinda silly...Angular allows you to do that. I use ng-click all the time on buttons. $watch is for communicating between interdependent components not handling click events.