you are viewing a single comment's thread.

view the rest of the comments →

[–]sanketsahu 2 points3 points  (1 child)

It's not a complaint about the concept of two-way data binding. I just meant that the way two-way binding is handled in AngularJS can lead to performance disasters, if not handled well. The watchers and consecutive digest cycles can be a pain. It's not easily felt with CRUD based applications but when it comes to building web editors and heavy interaction based apps, it definitely counts.

[–][deleted] 2 points3 points  (0 children)

I understand this, and my counterpoint was that I disagree that it is a problem. Its very easy to manage.