<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 when submit the page
document.getElementByIdin angular use scope to access element...