Use the track by section of the directive declaration
<select name="type" ng-options="type.name for type in typeList track by type.name">
<option value="">-- Choose Type --</option>
<select>
End of article
Use the track by section of th…
Use the track by section of the directive declaration
<select name="type" ng-options="type.name for type in typeList track by type.name">
<option value="">-- Choose Type --</option>
<select>