This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
feature($http): parameter to avoid triggering $apply #14191
Closed
Description
PROBLEM: Complex pooling fed screens become unresponsive when they have 4-5 poolers at 2-3 seconds each.
SOLUTION: allow the developer to trigger $apply via $timeout(f(), 0) and allow him to opt out of the $digest cycle on each $http request
PROPOSAL:
$http({...., apply: false}) // by default the $apply will be triggered; if false, it will not be triggered
I can make a PR - just wanted to get in sync with the community, if they reached this problem.
Please mind that I'm forced to consider ReactJS like frameworks due to this limitation.
Metadata
Metadata
Assignees
Labels
No labels