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.
Closed
Description
Dear angular guys,
after upgrading AngularJS from version 1.4.8 to 1.4.9 some unit tests in our project related with basic functionality of the 'select' / 'ng-options' / 'ng-model' directives are broken. When using 1.4.9 with a 'select' tag with 'ng-options' and 'ng-model', the corresponding option does not seem to be selected in the unit test.
Reproducible: always
Browsers: Chrome 45, Firefox 43
Operating system: Mac OS X Yosemite (10.10.3)
Steps to reproduce:
see plunker http://plnkr.co/edit/wlgE9zrTduqhlG0i8oGT?p=preview (first plunker version - angularjs 1.4.8 OK, last plunker version angularjs 1.4.9 NOK)