angular.js/test
Misko Hevery 47c454a315 change to keydown from keyup; add delayed $updateView
- There was a perceived lag when typing do to the fact that we were
   listening on the keyup event instead of keydown. The issue with
   keydown is that we can not read the value of the input field. To
   solve this we schedule a defer call and perform the model update
   then.

 - To prevent calling $eval on root scope too many times as well as to
   prevent drowning the browser with too many updates we now call the
   $eval only after 25ms and any additional requests get ignored. The
   new update service is called $updateView
2011-01-07 14:39:46 -08:00
..
scenario Support substring matching of bindings with repeater(). Closes #123 2010-11-09 13:39:12 -08:00
angular-mocks.js $location service should utilize onhashchange events instead of polling 2011-01-07 14:39:41 -08:00
angular-mocksSpec.js Support ISO 8601 extended datetime format troughout angular. 2010-11-08 22:49:30 -08:00
AngularSpec.js Revert "Issue #51: Update extensionMap()" 2011-01-07 12:02:45 -08:00
ApiSpecs.js fixing lint warnings in older code 2010-12-06 16:45:59 -08:00
BinderSpec.js change to keydown from keyup; add delayed $updateView 2011-01-07 14:39:46 -08:00
BrowserSpecs.js $location service should utilize onhashchange events instead of polling 2011-01-07 14:39:41 -08:00
CompilerSpec.js Closes #170. Corrected the behavior of select when options are ng:repeated 2010-12-02 22:45:57 -08:00
directivesSpec.js Closes #170. Corrected the behavior of select when options are ng:repeated 2010-12-02 22:45:57 -08:00
FiltersSpec.js Updated filters tests to use jasmine expects 2010-11-09 07:38:03 -08:00
FormattersSpec.js converted last of tests to specs 2011-01-06 14:34:21 -08:00
InjectorSpec.js renaming service property $creation to $eager 2011-01-04 18:03:55 -08:00
jquery_alias.js happy 2010-05-24 13:54:32 -07:00
jquery_remove.js happy 2010-05-24 13:54:32 -07:00
JsonSpec.js fromJson delegation to native JSON parser if available 2010-12-22 14:16:36 -08:00
manual.html fixes IE related failures, and form submit event handling in ie 2010-10-26 16:33:59 -07:00
markupSpec.js Closes #170. Corrected the behavior of select when options are ng:repeated 2010-12-02 22:45:57 -08:00
ParserSpec.js Revert "Refactor lexer to use regular expressions" 2010-12-22 14:16:36 -08:00
ResourceSpec.js rename scope.$inject to scope.$service 2011-01-04 18:04:00 -08:00
sanitizerSpec.js Fix sanitization issues as suggested by evn 2010-12-03 15:42:42 -08:00
ScenarioSpec.js rename scope.$inject to scope.$service 2011-01-04 18:04:00 -08:00
ScopeSpec.js Remove RegExp parser 2010-12-08 14:36:51 -08:00
servicesSpec.js change to keydown from keyup; add delayed $updateView 2011-01-07 14:39:46 -08:00
testabilityPatch.js change to keydown from keyup; add delayed $updateView 2011-01-07 14:39:46 -08:00
ValidatorsSpec.js converted last of tests to specs 2011-01-06 14:34:21 -08:00
widgetsSpec.js change to keydown from keyup; add delayed $updateView 2011-01-07 14:39:46 -08:00