I can't find a way to restrict the action triggered by ng-change to only the row operated by the user. So, if user selects "League" on dropdown 1, two dropdowns should be displayed on the "Available Items" column. The one from the top lets you select a sport, when selected, down dropdown should display league options. The problem now is that all dropdowns from the table get populated (you can see that if you select "league" on another dropdown, league options are already displayed before you select your sport). What I need is to restrict function's action only to row operated by user.
Here's a fiddle: https://embed.plnkr.co/kAiLw40hUvnLk9jv86aj/ -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
