Top "Ng-options" questions

Related with AngularJS .HTML SELECT element with angular data-binding.

Working with select using AngularJS's ng-options

I have read about it in other posts, but I couldn't figure it out. I have an array, $scope.items = [ {…

javascript angularjs html-select ng-options
ng-options with simple array init

I'm a little bit confused with Angular and ng-options. I have a simple array and I want to init a …

angularjs ng-grid ng-options
ng-change get new value and original value

I'm using ng-options to select values from a pulldown. I'd like to be able to compare the old value to …

angularjs ng-options
Setting selected values for ng-options bound select elements

Fiddle with the relevant code: http://jsfiddle.net/gFCzV/7/ I'm trying to set the selected value of a drop down …

angularjs ng-options
key-value pairs in ng-options

I need to use an associative array as data source for my select options using AngularJS. Is it possible to …

javascript angularjs select ng-options
ng-options with disabled rows

Is it possible to use ng-options that it will render into disabled rows based on criteria? this: <select ng-options="…

angularjs ng-options
How to filter a select with ng-options in Angular?

I've written the following proof-of-concept of an Angular app that allows a person to vote for President of the US. &…

angularjs ng-options angularjs-ng-options
Use filter on ng-options to change the value displayed

I have an array of prices (0, 0.99, 1.99... etc) that I want to display in <select>. I want to use …

angularjs filter ng-options
Angularjs ng-options using number for model does not select initial value

I'm trying to use ng-options with a <select> to bind a numeric integer value to a list of …

angularjs ng-options angularjs-ng-options
How to disable a <option> of select element when using AngularJS ng-options?

Is there a way to disable an option in a select element when we populate options with ng-options in AngularJS? …

angularjs angularjs-directive ng-options