This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Added option updateOnBlurOnly to update ngmodel only on editor blur#274
Open
prp1 wants to merge 1 commit intoangular-ui:masterfrom
Open
Added option updateOnBlurOnly to update ngmodel only on editor blur#274prp1 wants to merge 1 commit intoangular-ui:masterfrom
prp1 wants to merge 1 commit intoangular-ui:masterfrom
Conversation
Contributor
|
Thanks, sorry for the late response. I would rather see us properly implement ng-model-options, but I know this is a big feature request. I'm okay with doing this in the interim. I will try and review and get merged in later today. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updating ngmodel can be an expensive operation, and sometimes it is sufficient to update it when editing is done - on blur event.
My particular case was that if there are many editors in the page, in IE11 when writing something in the editor a big lag is visible.
This pull request allows to fix this problem.