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

ngOptions inserts empty option with one-time bindings #8029

Closed
bukharin opened this issue Jul 1, 2014 · 1 comment
Closed

ngOptions inserts empty option with one-time bindings #8029

bukharin opened this issue Jul 1, 2014 · 1 comment

Comments

@bukharin
Copy link

bukharin commented Jul 1, 2014

ngOptions with one-time binding inserts an empty option in onblur event

jsFiddle: http://jsfiddle.net/bukharin/7yENP/4/

v.1.3.0-beta.13

@caitp
Copy link
Contributor

caitp commented Jul 1, 2014

Yeah, so currently bind-once makes a copy of the object, and so the object values never match the one in scope. #7700 removes the copy, among a lot of other things, so once we can check that in, this should be fixed. I'll ask @rodyhaddad to add a test case for this issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants