Charlie T
Member since Nov 6, 2015
- Profile: /members/12906-charlie-t.htm
- Comments: 1
Recent Blog Comments By Charlie T
-
Isolating The ngModel Two-Way Data Binding Life-Cycle In AngularJS
Posted on Nov 6, 2015 at 1:12 PM
Definitely simpler to use `angular.copy()` Do the editing on copy, then use `angular.extend()` or `angular.merge()` as save mechanism to update original. Would remove a lot of code used in this post... read more »