Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): Reduce digest triggers when using $timeout #5829

Merged
merged 1 commit into from
Dec 5, 2016

Commits on Nov 23, 2016

  1. feat(core): Reduce digest triggers when using $timeout

    Angular's $timeout takes a boolean 3rd parameter which
    causes the wrapped function to not run inside $apply.
    Since $timeout is used extensively in scope, this parameter
    has been passed where possible in order to improve
    performance, since the grid otherwise triggers a large
    number of digests while functioning normally.
    
    See issue: angular-ui#5007
    csvan committed Nov 23, 2016
    3 Configuration menu
    Copy the full SHA
    7e25a9b View commit details
    Browse the repository at this point in the history