This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
map model to property of selected item #44
Closed
Description
Hello
First thanks for the great component.
Currently the selected item maps to model directly but I need to use only it's single property.
for example:
$scope.items = [{key: 'green', value: 'Grass'}, {key: 'yellow', value: 'Sun'}];
I would like to have listed all the values and on selection to only use (model) key. Is it possible?