⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content
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
prp1:add-blur-option
Open

Added option updateOnBlurOnly to update ngmodel only on editor blur#274
prp1 wants to merge 1 commit intoangular-ui:masterfrom
prp1:add-blur-option

Conversation

@prp1
Copy link

@prp1 prp1 commented Jul 4, 2016

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.

@deeg
Copy link
Contributor

deeg commented Jul 14, 2016

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.

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.

2 participants