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>
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>
Copyright © 2025 | WordPress Theme by MH Themes