-1
I’m mounting a select with the data coming from my base.
What happens: Depending on the < option > I select, the field removes all others.
Select populated:
After selecting some option:
<select ng-model="usuarios" class="form-control">
<option disabled ng-selected="true">Todos</option>
<option ng-repeat="user in usuarios" value="{{user.id}}">{{user.nomeCompleto}}</option>
</select>
Just one story: here in the community they started to deny any question, without at least checking the content of the question.
– user103979