There are 3 drop downs and all are bound to one module. Here is my fiddle
jsfiddle.net/deborad/7sv0y153/2/
. All models are set to myOption . When one of them is selected, the value of each drop down is printed. It is ok. But the rest of drop downs' selected values become empty.
I want to make other 2 drop values to Select when one drop down is selected. Any solution ?
var obj = { label: 'Select', value: '0' };and use it in your options like this in all options$scope.options = [ obj, {..},{..}]