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.
removing $browser.defer(), add $defer mock, clear $defer #532
Closed
Description
- get rid off $browser.defer()
- use $defer mock during testing
- $defer should have API for clearing
- scope.$apply() inside $defer callback should be optional, so that you can do low level stuff without triggering $apply
- should emit 'asyncStart', 'asyncEnd' events for scenario runner
Related issue: #469