0
Answer

Not getting listbox selected value in angularjs

Photo of Manisha Agarwal

Manisha Agarwal

10y
1.4k
1
Hii

 <select multiple ng-multiple="true" class="form-control emailReminder width-169" ng-if="checked" ng-model="selectedReminder" ng-options="x as x.title for x in emailReminderList" value="{{x.id}}">
                                </select>

I am not able to get the selected value from list in angularjs in controller.js
Please suggest the code to get the selected array value to push it into new array

Answers (0)