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
/
Scenario.js
Age
Commit message (
Expand
)
Author
2012-03-28
chore(module): move files around in preparation for more modules
Misko Hevery
2012-02-28
refactor(forms): Even better forms
Vojta Jina
2012-01-25
refactor(directives): connect new compiler
Misko Hevery
2011-11-14
doc(AUTO, NG_MOCK): Documenting the AUTO and NG_MOCK module
Misko Hevery
2011-10-13
feat(scenario): allow key pressing when triggering browser event
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-09-26
fix(scenario): workaround for FF6 dispatchEvent issue #684208
Igor Minar
2011-09-26
Revert "fix(scenario): temporary fix for FF6"
Igor Minar
2011-09-08
fix(scenario): temporary fix for FF6
Vojta Jina
2011-09-08
fix(scenario): do not navigate if click event was cancelled
Vojta Jina
2011-09-08
feat(scenario): browserTrigger returns false if preventDefault()
Vojta Jina
2011-07-18
feat(strict mode): adding strict mode flag to all js files
Igor Minar
2011-05-19
JSTD adapter for running e2e tests
Vojta Jina
2011-04-09
fix build for IE9
Igor Minar
2011-02-16
reformated multiline trinary expressions to have a leading ?/:.
Misko Hevery
2011-02-16
rewrite of JQuery lite implementation, which now better supports selected sets
Misko Hevery
2011-01-10
Rename angular.foreach to angular.forEach to make the api consistent.
Igor Minar
2011-01-07
change to keydown from keyup; add delayed $updateView
Misko Hevery
2011-01-07
rename nodeName due to conflicts with jquery
Igor Minar
2010-11-10
scenario repeater should match only visible stuff
Igor Minar
2010-11-09
Support substring matching of bindings with repeater(). Closes #123
Elliott Sprehn
2010-11-02
Provide better sandbox error messages, and disallow running from file:// URLs
Elliott Sprehn
2010-10-29
Check if file exists (not a 404) and that document is accessible and not usin...
Elliott Sprehn
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-22
Workaround for http://bugs.jquery.com/ticket/7292
Misko Hevery
2010-10-22
Horrible IE + jQuery hack to make the tests pass
Misko Hevery
2010-10-22
fixed issue with ie .data() method failing tests
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
fixed Scenario.js so that it does not clobber global vars
Misko Hevery
2010-10-19
fixed tests
Misko Hevery
2010-10-19
Fix browser triggering in scenario to always do native events.
Misko Hevery
2010-10-14
New Angular Scenario runner and DSL system with redesigned HTML UI.
Elliott Sprehn