This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ng-options #11762
Closed
Description
Hi.
I'm working with an expression in ngOptions, AngularJS v1.4.0-rc.1.
item.SourceID group by item.SourceTypeName disable when item.disable for item in destination.tempItemList track by item.UUID
The problem occurs when the data is changed and there is an selected element in the ngModel and this is disable in the source. It is only created with the attribute 'disabled', missing the 'selected'
Regards.