This repository was archived by the owner on Apr 12, 2024. It is now read-only.
  
  
  
  
  
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