| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-05-19 | Remove trailing white spaces from all source files | Vojta Jina | |
| find . -name "*.js" -print | xargs sed -Ei s/[[:space:]]*$// | |||
| 2011-05-19 | JSTD adapter for running e2e tests | Vojta Jina | |
| Couple of changes into angular.scenario runner: - add autotest config (runs tests when document ready) - update ObjectModel (forwards events) - use only one ObjectModel instance for all outputters - expose error msg and line number in ObjectModel.Spec and ObjectModel.Step - fix generating spec.ids - fix 'html' output so that it does not mutate ObjectModel Couple of changes into docs / generator: - rename copy -> copyTpl - move docs/static into docs/examples (to avoid conflict with jstd proxy) Running all docs e2e tests: ======================================================== 1/ compile angular-scenario, jstd-scenario-adapter >> rake compile 2/ build docs >> rake docs 3/ start jstd server >> ./server-scenario.sh 4/ capture some browser 5/ run node server to serve static content >> node ../lib/nodeserver/server.js 6/ run tests >> ./test-scenario.sh | |||
| 2011-02-18 | add missing example files for temp.html | Igor Minar | |
| 2011-01-24 | update example/temp.html template | Igor Minar | |
| 2011-01-04 | fixing up personalLog app | Igor Minar | |
| 2011-01-04 | rename scope.$inject to scope.$service | Igor Minar | |
| see changelog diff for more info | |||
| 2011-01-04 | Remove many eager-publish services, lazy polling | Misko 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-01 | Add browser().reload() to simulate a refresh from a user | Elliott Sprehn | |
| 2010-11-01 | Provide browser DSL with location() to expect the iframe URL parts. Also ↵ | Elliott Sprehn | |
| move navigateTo() under the browser DSL. | |||
| 2010-10-26 | Adding e2e tests for the PersonalLog app | Igor Minar | |
| - added scenario runner - added scenario specs - cookie cleaning DSL - making rmLog independent on ordering in the view | |||
| 2010-10-26 | fixes IE related failures, and form submit event handling in ie | Misko Hevery | |
| 2010-10-23 | improving the PersonalLog app | Igor Minar | |
| - adding jsdocs and comments - logs should be ordered in inverse order | |||
| 2010-10-23 | personalLog demo - initial version with spec | Igor Minar | |
| 2010-10-22 | corrected buzz.html to use ng:src on images to prevent sporious browser ↵ | Misko Hevery | |
| requests/errors | |||
| 2010-10-09 | Fixed calculator examples | Vojta Jina | |
| * Fixed wrong reference to jquery library, and old method names (scope.$set, scope.$eval), added scope.$init() call... * Changed to use angular-debug.js * use simple assignments | |||
| 2010-08-03 | added RequestHeaders to XHR | Misko Hevery | |
| 2010-07-29 | fix broken build, fix #autobind and css loading | Misko Hevery | |
| 2010-07-29 | refactored $location service so that it correctly updates under all conditions | Misko Hevery | |
| 2010-07-27 | fix preventDefault for events | Misko Hevery | |
| 2010-07-23 | added buzz demo, fix undefined() -> undefined | Misko Hevery | |
| 2010-07-22 | fix howers which were accidently broken | Misko Hevery | |
| 2010-07-22 | added jsonp to resources | Misko Hevery | |
| 2010-07-20 | fixed xhtml compatibility, fix console in chrome | Misko Hevery | |
| 2010-07-19 | added equals method to angular.equals and $equals | Misko Hevery | |
| 2010-07-02 | change all attributes from ng- to ng: prefix | Misko Hevery | |
| 2010-05-13 | error example | Misko Hevery | |
| 2010-05-13 | fix incorect parsing of url if it contains dash - character | Misko Hevery | |
| 2010-04-16 | lots of small fixes | Misko Hevery | |
| 2010-04-09 | various bug fixes | Misko Hevery | |
| 2010-04-06 | few fixes to make tests pass with jquery | Misko Hevery | |
| 2010-03-26 | moved all uneeded files out, widgets.html works, tests horribly broken | Misko Hevery | |
| 2010-03-25 | input select-one now works | Misko Hevery | |
| 2010-03-23 | tweeter demo script | Misko Hevery | |
| 2010-03-16 | make xhr just a method | Adam Abrons | |
| 2010-03-16 | twitter using resources | Adam Abrons | |
| 2010-03-15 | get scenarios running again - open Runner.html in a browser to run them | Adam Abrons | |
| 2010-03-15 | rename and fix binding examples | Adam Abrons | |
| 2010-03-15 | added resources; removed compiled code | Misko Hevery | |
| 2010-02-12 | added asynchronous validator | Misko Hevery | |
| 2010-02-05 | better integer farmater | Misko Hevery | |
| 2010-02-04 | consider widget errors only when widgets are visible | Misko Hevery | |
| 2010-02-04 | ng-required treats whitespace as empty | Misko Hevery | |
| 2010-01-29 | added bootstrap, fixed formatter | Misko Hevery | |
| 2010-01-23 | lots of cleanup to get it ready for OS | Misko Hevery | |
| 2010-01-22 | fix bug when multiple binders on same page | Misko Hevery | |
| 2010-01-20 | added jquery 1.4 and mute to twitter client | Misko Hevery | |
| 2010-01-20 | added mute button | Misko Hevery | |
| 2010-01-20 | tweek tweeter | Misko Hevery | |
| 2010-01-19 | added debug info; fix parser bug with double negation | Misko Hevery | |
| 2010-01-18 | update image for adam | Misko Hevery | |
