Hello~ I cannot tell you in detail.
But you can use two way. One is scope.$watch, another is ng-change built-in directive. You maybe have to consider with $index. Good luck to you! 2015년 11월 5일 목요일, regdunlop0<[email protected]>님이 작성한 메시지: > I have 3 selects that use the same options json collection I pull from > storage. I am trying to remove/disable option items from the subsequent > selects once they have been selected. > > Example: > > Select 1 > Options(fruit collection) > Apple X > Orange > Banana > > Select 2 (fruit collection - with Apple removed/disable due to selected) > Orange > Banana > > How can I do this. Seems a pretty regular need. > > Thanks! > > -- > 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] > <javascript:_e(%7B%7D,'cvml','angular%[email protected]');>. > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>. > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- 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 http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
