Derek
Member since Jul 17, 2014
- Profile: /members/12123-derek.htm
- Comments: 2
Recent Blog Comments By Derek
-
Rendering DOM Elements With ngRepeat In AngularJS
Posted on Aug 29, 2014 at 4:03 PM
@Derek, OK, I just wanted to add that I found a way to do this. angular.copy creates a deep copy which changes $$hashkey, so if you need to trick ng-repeat into re-rendering the entire (small!) array, you can just iterate through the elements assigning deep copies to a temp array, then set the init... read more »
-
Rendering DOM Elements With ngRepeat In AngularJS
Posted on Jul 17, 2014 at 5:57 AM
Hey Ben, First off thanks for the article, I've read a number of your pieces and they've all been helpful in one way or another. While I appreciate the efficiency of ng-repeat not to rebuild the entire array in the DOM when a single element is modified or added, I actually have a case where I need... read more »