Skip to content
This repository has been 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
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

2 participants