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
..
cross-site-post change all attributes from ng- to ng: prefix 2010-07-02 15:39:57 -07:00
application-account.html change all attributes from ng- to ng: prefix 2010-07-02 15:39:57 -07:00
application.html change all attributes from ng- to ng: prefix 2010-07-02 15:39:57 -07:00
browser.html Refactored the Browser: 2010-09-22 16:17:44 +02:00
datastore-scenarios.js get scenarios running again - open Runner.html in a browser to run them 2010-03-15 17:02:54 -07:00
datastore.html change all attributes from ng- to ng: prefix 2010-07-02 15:39:57 -07:00
location.html fix up the $location encoding 2010-07-30 10:56:36 -07:00
perf.html change all attributes from ng- to ng: prefix 2010-07-02 15:39:57 -07:00
Runner-compiled.html added rake task to create a single file for scenario runner 2010-05-25 14:23:52 -07:00
Runner.html added error handling on scenario definition 2010-05-24 15:25:30 -07:00
style.css moved all uneeded files out, widgets.html works, tests horribly broken 2010-03-26 16:27:18 -07:00
widgets-scenario.js fixed collapsed issue 2010-05-25 13:05:23 -07:00
widgets-scenarios.old added error handling on scenario definition 2010-05-24 15:25:30 -07:00
widgets.html Refactored the Browser: 2010-09-22 16:17:44 +02:00