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
/
test
/
scenario
/
dslSpec.js
Age
Commit message (
Expand
)
Author
2012-03-28
chore(module): move files around in preparation for more modules
Misko Hevery
2012-03-09
chore(*): refactor all ng: to ng-
Igor Minar
2012-01-25
docs(compiler): update the compiler docs
Misko Hevery
2012-01-25
refactor(directives): connect new compiler
Misko Hevery
2012-01-10
feat(module): new module loader
Misko Hevery
2011-11-14
refactor(injector): $injector is no longer a function.
Misko Hevery
2011-11-14
chore(scenario tests): make scenario tests pass again
Misko Hevery
2011-11-14
refactor(injector): switch to injector 2.0 introduce modules
Misko Hevery
2011-11-14
refactor(injector): turn scope into a service
Misko Hevery
2011-10-26
fix(scenario.dsl): Fix dsl for $location
Vojta Jina
2011-10-11
chore(formating): clean code to be function() {
Misko Hevery
2011-10-11
feat(forms): new and improved forms
Misko Hevery
2011-10-11
feat(ng:repeat) collection items and DOM elements affinity / stability
Misko Hevery
2011-09-16
feat(scenarioRunner): adding support for element().prop()
Igor Minar
2011-09-16
fix(specs): jQuery now returns attr name instead of true/false for special attrs
Igor Minar
2011-09-08
fix(scenario): do not navigate if click event was cancelled
Vojta Jina
2011-08-02
feat(scope): new and improved scope implementation
Misko Hevery
2011-07-18
feat(strict mode): adding strict mode flag to all js files
Igor Minar
2011-06-06
added input#val method
Di Peng
2011-06-05
renamed $pause to $sleep AND $wait to $pause
Di Peng
2011-06-02
Fix CSS tests on Opera
Vojta Jina
2011-04-25
Fix some typos, missing semi-colons, etc...
Vojta Jina
2011-04-08
fix e2e runner tests
Igor Minar
2011-01-10
Rename angular.foreach to angular.forEach to make the api consistent.
Igor Minar
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 dslSpec for IE
Igor Minar
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-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
fixes IE related failures, and form submit event handling in ie
Misko Hevery
2010-10-26
Lots of bug fixes in the scenario runner and a bunch of new features.
Elliott Sprehn
2010-10-26
Reverted change 841013a4c4d25acf6fc9ff40e449c3d0a4b82ec3 which does not work ...
Misko Hevery
2010-10-23
Fix test which was causing the Chrome runner to fail. Upgraded JSTD to latest...
Misko Hevery
2010-10-20
fix some of the failing ie tests
Misko Hevery
2010-10-20
Lots of stability and performance updates and UI polish too.
Elliott Sprehn
2010-10-19
Fix browser triggering in scenario to always do native events.
Misko Hevery
2010-10-19
Significantly clean up the way the scenario DSL works and implement many more...
Elliott Sprehn