aboutsummaryrefslogtreecommitdiffstats
path: root/example/personalLog
AgeCommit message (Collapse)Author
2011-01-04fixing up personalLog appIgor Minar
2011-01-04rename scope.$inject to scope.$serviceIgor Minar
see changelog diff for more info
2011-01-04Remove many eager-publish services, lazy pollingMisko Hevery
- Browser now starts the poller on first call to addPollFn() - Many services ($location, $cookies, $router) are no longer eager-publish. The result is that unless someone needs the $cookies, they will not cause the Browser to start polling for them.
2010-11-01Add browser().reload() to simulate a refresh from a userElliott Sprehn
2010-11-01Provide browser DSL with location() to expect the iframe URL parts. Also ↵Elliott Sprehn
move navigateTo() under the browser DSL.
2010-10-26Adding e2e tests for the PersonalLog appIgor Minar
- added scenario runner - added scenario specs - cookie cleaning DSL - making rmLog independent on ordering in the view
2010-10-26fixes IE related failures, and form submit event handling in ieMisko Hevery
2010-10-23improving the PersonalLog appIgor Minar
- adding jsdocs and comments - logs should be ordered in inverse order
2010-10-23personalLog demo - initial version with specIgor Minar