I'm using ngOptions for populating a select combo in Angular insted of doing it with ngRepeat (according to recommended in Angular Docs). The thing is that I need to disable some options inside the combo after the user selects them. Here's where I cannot figure out how to do this other than direct manipulation of the DOM and its's attributes.
Do you know how to do this ? Regards, Santiago. -- 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.
