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.
$browser.notifyWhenNoOutstandingRequests doesn't update view #507
Closed
Description
At least, we should mention this in docs.
I know, this method waits for $browser.defers to be finished... But still feeling like we should add something like "notifyWhenNoPendingRequest" on $xhr level.. which would be called before $updateView():
So $xhr would handling $updating the view:
- request is response is back from server
- call success/error callbacks
- notify no pending requests (or fire global event, whatever)
- update view