I need to select more than one option in my select or something like it, is there a possibility?
<select ng-model="modelcompraevenda.filial" class="form-control" >
<option ng-selected="data.unit == 1" ng-selected="true"
ng-repeat="x in modelcompraevenda.listFiliais"
value="{{x.idFilial}}">{{x.nomeFilial}}>
</option>
</select>