You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<selectng-attr-id="question-{{opt.key}}-{{ctrl.id}}" ng-options="sel.label for sel in opt.selects" ng-model="ctrl.question[opt.key]" class="form-control" ng-disabled="ctrl.readOnly" required></select>
27
+
<selectng-attr-id="question-{{opt.key}}-{{ctrl.id}}" ng-options="sel.label for sel in opt.selects track by sel.key" ng-model="ctrl.question[opt.key]" class="form-control" ng-disabled="ctrl.readOnly" required></select>
0 commit comments