Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

fix(select): make ctrl.hasOption method consistent #9262

Closed
wants to merge 1 commit into from

Conversation

btford
Copy link
Contributor

@btford btford commented Sep 24, 2014

this is a WIP

Closes #8761

@btford btford self-assigned this Sep 24, 2014
@btford btford added this to the 1.3.0-rc.4 milestone Sep 24, 2014
];
scope.robot = 'r2d2';

compile('<select ng-model="robot" ' +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we also have a version of this test for select-multiple? I don't see why the patch wouldn't work there, but it would be good to verify it

@caitp
Copy link
Contributor

caitp commented Sep 24, 2014

the fix itself looks good to me, adding the extra test is up to you, I don't think it should block landing it

@btford
Copy link
Contributor Author

btford commented Sep 29, 2014

Added another test. I think this is ready to merge.

@caitp
Copy link
Contributor

caitp commented Sep 29, 2014

still lgtm

@btford
Copy link
Contributor Author

btford commented Sep 29, 2014

Landed as 2bcd02d.

@btford btford closed this Sep 29, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ngOptions does not populate options through selectCtrl
3 participants