Ryan Bennick
Member since May 8, 2013
- Profile: /members/10881-ryan-bennick.htm
- URL: http://320ny.com
- Comments: 2
Recent Blog Comments By Ryan Bennick
-
Grouping Nested ngRepeat Lists In AngularJS
Posted on Oct 9, 2013 at 10:37 AM
Hi Ravindra, Without seeing code I am guessing a bit but this might help: In your controller I would assign each list to a different model on the scope. Than you can use the select directive in your view. The specifics are explained here: http://docs.angularjs.org/api/ng.directive:select Che... read more »
-
Grouping Nested ngRepeat Lists In AngularJS
Posted on May 8, 2013 at 3:05 PM
@ben I agree. On top of that your collections/models/scope objects can be any JavaScript object without predefining what that object is and what it's properties are. On one side I like this. It allows for a lot of flexibility and easy development. On the other end you might not realize if your mode... read more »