I have a select tag and within the select a tag option, I need to use the ng-bing directive, but so far it does not show me any information.
This is my code:
<select id="SecretQuestion"
ng-model="employeeToSave.questionID"
ng-options="item.id as item.question for item in questionData">
<option value=""><p>ng-bind="'_chooseQuestion_' | translate"></p></option>
</select>