Files
angular.js/scenario
Misko Hevery 0649009624 Refactored the Browser:
- change from using prototype to inner functions to help with better compression
  - removed watchers (url/cookie) and introduced a poller concept
  - moved the checking of URL and cookie into services which register with poolers
Benefits:
  - Smaller minified file
  - can call $browser.poll() from tests to simulate polling
  - single place where setTimeout needs to be tested
  - More testable $browser
2010-09-22 16:17:44 +02:00
..
2010-09-22 16:17:44 +02:00
2010-07-30 10:56:36 -07:00
2010-05-25 13:05:23 -07:00
2010-09-22 16:17:44 +02:00