Skip to content

performance(core): add false flag to $timeout and $interval to prevent $apply #5043

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

Merged
merged 1 commit into from
Jan 30, 2016

Conversation

swalters
Copy link
Contributor

Nice increase in scrolling performance when using mousewheel or trackpad

Nice increase in scrolling performance when using mousewheel or trackpad
@swalters swalters changed the title fix(core): add false flag to $timeout and $interval to prevent $apply performance(core): add false flag to $timeout and $interval to prevent $apply Jan 28, 2016
@@ -21,7 +21,7 @@ if (typeof Function.prototype.bind !== "function") {
};
}

function getStyles (elem) {
function getStyles (elem) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Whitespace change that isn't really needed.

swalters added a commit that referenced this pull request Jan 30, 2016
performance(core): add false flag to $timeout and $interval to prevent $apply
@swalters swalters merged commit e588d59 into angular-ui:master Jan 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants