We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a485542 commit 2c62e74Copy full SHA for 2c62e74
test/ng/directive/ngOptionsSpec.js
@@ -362,6 +362,7 @@ describe('ngOptions', function() {
362
expect(options.eq(2)).toEqualOption(scope.values[2], 'D');
363
});
364
365
+
366
it('should preserve pre-existing empty option', function() {
367
createSingleSelect(true);
368
@@ -855,6 +856,7 @@ describe('ngOptions', function() {
855
856
expect(options.eq(2)).toEqualTrackedOption(20, 'twenty');
857
858
859
860
it('should preserve value even when reference has changed (single&array)', function() {
861
createSelect({
862
'ng-model': 'selected',
0 commit comments