| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-10-18 | inline all images into css | Igor Minar | |
| * embedded images as data URIs * rake task to generate multipart js file with embeded images for IE * move images into a separate directory outside of src or css and keep them there for reference * clean up Rakefile and ruby code * .gitignore update * don't penalize IE 8+ with an extra request to the ie-compat.js file | |||
| 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-05-20 | semi working state | Misko Hevery | |
| 2010-05-20 | basic end to end runner | Misko Hevery | |
| 2010-02-12 | added asynchronous validator | Misko Hevery | |
| 2010-02-12 | added waiting indicator css/image | Misko Hevery | |
| 2010-01-18 | checkpoint for integration with angular | Misko Hevery | |
| 2010-01-12 | added css | Misko Hevery | |
