aboutsummaryrefslogtreecommitdiffstats
path: root/test/ScenarioSpec.js
AgeCommit message (Collapse)Author
2010-09-22Refactored the Browser:Misko Hevery
- 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-07-02change all attributes from ng- to ng: prefixMisko Hevery
2010-04-08tests failing jstd to show coryMisko Hevery
2010-04-05added ng:switch widgetMisko Hevery
2010-03-30more tests fixedMisko Hevery
2010-03-29dissabled a lot of tests, and made the core test set pass.Misko Hevery
2010-02-04updateView is now called on binder instead of scopeMisko Hevery
2010-01-24changes to make it closure compiler compatibleMisko Hevery
2010-01-23lots of cleanup to get it ready for OSMisko Hevery