This post shows how to display parent, child and grandchild relationship in tabular form using AngularJS ng-repeat.
Tag: angularjs
Avoiding watches in AngularJS for faster data bindings
This post provides ways to avoid creating watches in AngularJS and tries to solve the issue of 2000 watches.