friends I need to please help me with the following,
<select ng-model="estructura.organiza.superior" class="form-control" required>
<option ng-repeat="puesto in Puestos" selected="{{sup}}"
value="{{puesto.value}}">
{{puesto.title}}
</option>
</select>
and I need it to show an element of the specific list, in the $ scope.sup I already have the value as I can achieve it, the behavior is strange since sometimes it shows the correct element and sometimes the first element of the list shows nothing