Igor Minar
|
7530eea703
|
add missing spec for angularJsConfig
|
2010-10-20 14:48:35 -07:00 |
|
Igor Minar
|
644c8514c5
|
extract and test regexp that identifies angular script tag
|
2010-10-20 14:48:35 -07:00 |
|
Igor Minar
|
f24ec0c8f7
|
improving angular.copy spec
|
2010-10-16 22:10:01 -07:00 |
|
Vojta Jina
|
46c6406b25
|
Add test for toKeyValue() - true values should be composed to flag
|
2010-10-16 22:10:01 -07:00 |
|
Vojta Jina
|
732bcd8a36
|
Add missing tests for toKeyValue() function
|
2010-10-16 22:10:01 -07:00 |
|
Elliott Sprehn
|
03df6cbddb
|
New Angular Scenario runner and DSL system with redesigned HTML UI.
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-10-14 09:47:39 -07:00 |
|
Misko Hevery
|
805753dba4
|
fixed issue where date copy creates an object instead of date
|
2010-10-13 12:47:10 -07:00 |
|
Igor Minar
|
81052d4a62
|
fixed lint warnings
|
2010-10-04 09:00:09 -07:00 |
|
Igor Minar
|
eb8d46d380
|
Differentiate between flags and empty keys in $location.hashSearch
* #foo?key=var&flag&emptyKey= should parse into
{key:'val', flag: true, emptyKey: ''}
* added docs and spec for parseKeyValue function
|
2010-09-29 09:52:03 -07:00 |
|
Misko Hevery
|
7e96af0fdd
|
added equals method to angular.equals and $equals
|
2010-07-19 12:29:24 -07:00 |
|
Misko Hevery
|
7cef4358ae
|
fixed build
|
2010-07-15 14:16:04 -07:00 |
|
Misko Hevery
|
038a743e6f
|
xhr bulk fixes
|
2010-05-07 12:09:14 -07:00 |
|
Misko Hevery
|
e55c97deba
|
dissabled a lot of tests, and made the core test set pass.
|
2010-03-29 20:25:42 -07:00 |
|
Misko Hevery
|
cc71b745c3
|
added resources; removed compiled code
|
2010-03-15 14:36:50 -07:00 |
|
Misko Hevery
|
9d566fe98c
|
missing test
|
2010-02-09 14:59:24 -08:00 |
|