How can I format a single element in the select list? For example I want to bind the schoolclassCode.color
property to a html-element and its background attribute.
<select size="10"
class="form-control"
multiple
ng-model="activeStep.selectedSchoolclassCodes"
ng-options="i.schoolclassCode for i in activeStep.schoolclasses">
</select>