You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<sc-select
ng-model="vm.singlePerson"
sc-options="person as person.name for person in vm.people"
placeholder="Select or search a person in the list...">
</sc-select>
html code:
js code:
when run the code , Nicole should be selected,but it`s not,there was Adam had selected.
The text was updated successfully, but these errors were encountered: