index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
scenario
/
dsl.js
Age
Commit message (
Expand
)
Author
2010-11-09
Support substring matching of bindings with repeater(). Closes #123
Elliott Sprehn
2010-11-09
Add key/value jQuery methods in a loop. Support 'css' method.
Elliott Sprehn
2010-11-07
Added documentation for validators.
Misko Hevery
2010-11-03
fix the linky filter
Misko Hevery
2010-11-03
binding() should return value for input/text area, innerHTML for the rest
Igor Minar
2010-11-03
adding textarea() DSL for scenario runner
Igor Minar
2010-11-03
adding regular expressions support for binding() DSL
Igor Minar
2010-11-02
Make future names consistent and handle falsy values in jQuery generated meth...
Elliott Sprehn
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 move...
Elliott Sprehn
2010-10-29
Auto generate all the jQuery get/set methods
Elliott Sprehn
2010-10-29
Check if file exists (not a 404) and that document is accessible and not usin...
Elliott Sprehn
2010-10-28
add optional label to dsl with selectors to improve test and output readability
Andres Ornelas
2010-10-27
Correctly fail tests if no binding matches and add better test cases for fail...
Elliott Sprehn
2010-10-27
Fix failing tests for ie, and mark elements as ng-widget, ng-directive, and n...
Misko Hevery
2010-10-26
Lots of bug fixes in the scenario runner and a bunch of new features.
Elliott Sprehn
2010-10-20
Lots of stability and performance updates and UI polish too.
Elliott Sprehn
2010-10-19
Significantly clean up the way the scenario DSL works and implement many more...
Elliott Sprehn