| 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-08-12 | Fix toEqual matcher to use angular.equals instead of simple == comparison, ↵ | Shyam Seshadri | |
| which breaks down for arrays and objects | |||
| 2010-07-29 | fix broken build, fix #autobind and css loading | Misko Hevery | |
| 2010-05-26 | fixed broken jstd conf file | 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-04-22 | tests work under jquery and without | Misko Hevery | |
| 2010-04-22 | working on jQuery passing tests | Misko Hevery | |
| 2010-04-09 | various bug fixes | Misko Hevery | |
| 2010-04-05 | added ng:switch widget | Misko Hevery | |
| 2010-03-29 | dissabled a lot of tests, and made the core test set pass. | Misko Hevery | |
| 2010-03-22 | upgraded jquery to 1.4.2 and made ng-action work with jquery | Misko Hevery | |
| 2010-03-16 | make xhr just a method | Adam Abrons | |
| 2010-03-15 | added resources; removed compiled code | Misko Hevery | |
| 2010-01-29 | added bootstrap, fixed formatter | Misko Hevery | |
| 2010-01-25 | fix jquery version in jstd.conf | Misko Hevery | |
| 2010-01-24 | changes to make it closure compiler compatible | Misko Hevery | |
| 2010-01-23 | lots of cleanup to get it ready for OS | Misko Hevery | |
| 2010-01-18 | checkpoint for integration with angular | Misko Hevery | |
| 2010-01-09 | removed nglr namespace | Misko Hevery | |
| 2010-01-08 | created a way to init the code without autobootstrap | Misko Hevery | |
| 2010-01-05 | angular.js | Adam Abrons | |
