| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-10-14 | New Angular Scenario runner and DSL system with redesigned HTML UI. | Elliott Sprehn | |
| Uses the Jasmine syntax for tests, ex: describe('widgets', function() { it('should verify that basic widgets work', function(){ navigateTo('widgets.html'); input('text.basic').enter('Carlos'); expect(binding('text.basic')).toEqual('Carlos'); input('text.basic').enter('Carlos Santana'); expect(binding('text.basic')).not().toEqual('Carlos Boozer'); input('text.password').enter('secret'); expect(binding('text.password')).toEqual('secret'); expect(binding('text.hidden')).toEqual('hiddenValue'); expect(binding('gender')).toEqual('male'); input('gender').select('female'); expect(binding('gender')).toEqual('female'); }); }); Note: To create new UI's implement the interface shown in angular.scenario.ui.Html. | |||
| 2010-09-23 | delete unused files (e.g. swfobject and underscore libs) | Bolek Szewczyk | |
| 2010-09-22 | Refactored 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-30 | fix up the $location encoding | 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-02 | change all attributes from ng- to ng: prefix | Misko Hevery | |
| 2010-07-02 | fixed special keywords in chrome such as x.throw must be x["throw"]. | Misko Hevery | |
| 2010-06-02 | Revert "Revert "removed few key foreach and replaced thime with for loop for ↵ | Shyam Seshadri | |
| performance."" This reverts commit a29c5e4c7fd5e708c28e70e974bf873621d5277c. | |||
| 2010-06-02 | Revert "removed few key foreach and replaced thime with for loop for ↵ | Shyam Seshadri | |
| performance." This reverts commit 6143b04384680d17f38c2d5894a9b9961ea33288. | |||
| 2010-05-31 | removed few key foreach and replaced thime with for loop for performance. | Misko Hevery | |
| 2010-05-30 | added compiled getterFN for better performance | Misko Hevery | |
| 2010-05-30 | improve error handling with elements | Misko Hevery | |
| 2010-05-30 | remove the uneeded call to createScope when evaluating expressions | Misko Hevery | |
| 2010-05-25 | added rake task to create a single file for scenario runner | Misko Hevery | |
| 2010-05-25 | fixed collapsed issue | Andres Ornelas | |
| 2010-05-24 | added error handling on scenario definition | Andres Ornelas | |
| 2010-05-24 | happy | Andres Ornelas Mesta | |
| 2010-05-20 | basic end to end runner | Misko Hevery | |
| 2010-05-10 | improved handling of text fields when formater fails to prevent clobering of ↵ | Misko Hevery | |
| field | |||
| 2010-04-29 | added $xhr service with bulk and cache, hooked up $resource | Misko Hevery | |
| 2010-04-27 | resources now use browser mock | Misko Hevery | |
| 2010-04-22 | tests work under jquery and without | Misko Hevery | |
| 2010-04-21 | ie6 now passes | Misko Hevery | |
| 2010-04-20 | fixes to enable ie | Misko Hevery | |
| 2010-04-07 | added $invalidWidget service | Misko Hevery | |
| 2010-04-06 | few fixes to make tests pass with jquery | Misko Hevery | |
| 2010-04-05 | added hover service | Misko Hevery | |
| 2010-04-05 | added ng:switch widget | Misko Hevery | |
| 2010-04-03 | injection is now working | Misko Hevery | |
| 2010-04-02 | radio now works with repeaters | Misko Hevery | |
| 2010-04-02 | widgets now work properly | Misko Hevery | |
| 2010-04-01 | work on $location and autobind | Misko Hevery | |
| 2010-03-26 | moved all uneeded files out, widgets.html works, tests horribly broken | Misko Hevery | |
| 2010-03-15 | datastore scenario failing as expected | Adam Abrons | |
| 2010-03-15 | get scenarios running again - open Runner.html in a browser to run them | Adam Abrons | |
