angular-multiselect
angular-multiselect copied to clipboard
single select - button text is not mapped correctly to the string modal value
single select - button text is not mapped correctly to the string modal value
plnkr link - link2
Object -
$scope.fruits = [
{id: '1', name: 'Apple'},
{id: '2', name: 'Orange'},
{id: '3', name: 'Banana'}
];
options string - "c.id as c.name for c in fruits"
Select "Orange" in 2nd dropdown. The model value is set correctly to 2, but the button text is set to "2" instead of "Orange"