here is my html:
<select selector multi="true" model="mySelectedOptions" remote="myOptions" change="updateMySelectedOptions" value-attr="optionIdAlt" view-item-template="'selectedOptionsTemplate'" dropdown-item-template="'availableOptionsTemplate'"></select>
and here is the snippet from controller:
$scope.updateMySelectedOptions= function(newValue, oldValue) { }
here is my html:
<select selector multi="true" model="mySelectedOptions" remote="myOptions" change="updateMySelectedOptions" value-attr="optionIdAlt" view-item-template="'selectedOptionsTemplate'" dropdown-item-template="'availableOptionsTemplate'"></select>and here is the snippet from controller:
$scope.updateMySelectedOptions= function(newValue, oldValue) { }