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

fix(ngModel): allow non-assignable binding when getterSetter is used #8717

Closed
wants to merge 1 commit into from
Closed

fix(ngModel): allow non-assignable binding when getterSetter is used #8717

wants to merge 1 commit into from

Conversation

shahata
Copy link
Contributor

@shahata shahata commented Aug 22, 2014

Closes #8704

throw minErr('ngModel')('nonassign', "Expression '{0}' is non-assignable. Element: {1}",
$attr.ngModel, startingTag($element));
}
this.$$setOptions = function(options) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure about adding this method. Nevermind

@btford
Copy link
Contributor

btford commented Aug 28, 2014

Landed as ab878a6. Thanks!

@btford btford closed this Aug 28, 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.

ngModelOptions does not recognise dynamically generated accessors
3 participants