I\'m trying to achieve something very straightforward:
{
I'm struggling as well with a very basic use case, on Angular 1.2.16 and ui-select 0.8.3. Although it seems to me there's a typo in your code, in ui-select-match.
Usually that attributes looks like {{$select.selected.your_property_here}}
, so double curly braces and single dollar sign, for some kind of standard property name $select.selected
. Could it be this is your issue?