This repository was archived by the owner on Oct 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Cannot assign to read only property 'uiSelectChoiceLocked' of #514
Labels
Comments
Try with $parent.$item |
Same result. |
I have the same problem. |
I'm having the same error. Anyone found a fix ? |
try to upgrade to ver ~0.10.0 |
Any work being done on this - or would a PR be welcome? Seems to happen when items are strings rather than objects. |
Any known workarounds for this? |
Can someone post a reproduction based on the latest release on Plunker? |
user378230
added a commit
to user378230/ui-select
that referenced
this issue
Jul 9, 2016
Previously setting a selected item as locked modified that item, this could cause issues if the item was used outside of the directive. This commit changes the directive to store the information internally thus preventing it from interfering with external uses. Closes angular-ui#1269 and angular-ui#514 Supersedes (and closes) angular-ui#1641 and angular-ui#952
user378230
added a commit
to user378230/ui-select
that referenced
this issue
Jul 9, 2016
Previously setting a selected item as locked modified that item, this could cause issues if the item was used outside of the directive. This commit changes the directive to store the information internally thus preventing it from interfering with external uses. Closes angular-ui#1269 and angular-ui#514 Supersedes (and closes) angular-ui#1641 and angular-ui#952
user378230
added a commit
to user378230/ui-select
that referenced
this issue
Jul 9, 2016
Previously setting a selected item as locked modified that item, this could cause issues if the item was used outside of the directive. This commit changes the directive to store the information internally thus preventing it from interfering with external uses. Closes angular-ui#1269 and angular-ui#514 Supersedes (and closes) angular-ui#1641 and angular-ui#952
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Getting an error in the console when trying to use ui-lock-choice:
In my template I am using:
Has anyone else come across this? I'm using
~0.9.4
according tobower.json
.The text was updated successfully, but these errors were encountered: