Skip to content

Instantly share code, notes, and snippets.

@jquery404
Last active May 25, 2018 05:11
Show Gist options
  • Save jquery404/69744739b92a71d2c20e5852bc1968f1 to your computer and use it in GitHub Desktop.
Save jquery404/69744739b92a71d2c20e5852bc1968f1 to your computer and use it in GitHub Desktop.
<select
class="form-control"
ng-options="sub.employee_id as [sub.employee_name_first,sub.employee_name_last].join(' ') for sub in selectedSubject.teacher"
ng-model="selectedTeacher">
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment