seb
Member since Jun 14, 2013
- Profile: /members/10976-seb.htm
- Comments: 2
Recent Blog Comments By seb
-
Working With Inherited Collections In AngularJS
Posted on Jun 20, 2013 at 2:32 AM
@mike, @ben, The best article about scope and prototypal prototypical inheritance in angularjs is http://stackoverflow.com/questions/14049480/what-are-the-nuances-of-scope-prototypal-prototypical-inheritance-in-angularjs... read more »
-
Working With Inherited Collections In AngularJS
Posted on Jun 14, 2013 at 9:39 AM
Nice post. I have a question. In your form controller you do $scope.$parent.addFriend(...) So this form controller assume that it's parent had a addFriend method. Looks weird to me but I'm not an angularJS expert yet... read more »