Open
Description
Hello,
I have a list of cuisines and set the the cuisines that should be set initially with an AJAX call and set them in the model array like this:
$scope.cuisines.push(response.data.cuisine1);
$scope.cuisines.push(response.data.cuisine2);
$scope.cuisines.push(response.data.cuisine3);
This nicely shows the selected values.
However when I remove selected cuisines and click new ones the model cuisines is not updated anymore.
The multiselect line is as following:
<multiselect ng-model="cuisines" show-search="true" search-limit="10" options="options" selection-limit="3"></multiselect>
Metadata
Metadata
Assignees
Labels
No labels