Yesterday on ng-torronto meetup I saw picture with graph of AngularJS learning steps - it was like up-n-down function and I absolutely agree :) Many times I felt "it's hardest thing" but after understanding all these things looks pretty simple and powerful. Last most challenging issue was with recursive directive (tree) - it took 2 days, but I understand directives much better and other issues looks trivial now :) But I think it was not last puzzle :)
In my current web app I have a lot of work with collections, and each change should be reflected on UI - without directives and bindings it would be hell. With AngularJS even code is clean.
In my current web app I have a lot of work with collections, and each change should be reflected on UI - without directives and bindings it would be hell. With AngularJS even code is clean.