angular.js/test
bartes 0c534644bc fix(input): bind inputs to the 'input' event
The input event is fired on all non-ie browsers whenever the contents of an input
field changes. This means that we now support cut&paste via mouse which
was previously unsupported.

IE8 and older don't support this events and IE9 has a problematic
support for it, so we can't rely solely on this event and drop keydown
and change events.
2011-12-07 13:07:20 -08:00
..
jstd-scenario-adapter chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
scenario refactor(injector): $injector is no longer a function. 2011-11-14 20:31:19 -08:00
service fix(filter): remove the $ prefix from filter service ids 2011-12-07 13:07:19 -08:00
widget fix(input): bind inputs to the 'input' event 2011-12-07 13:07:20 -08:00
angular-mocksSpec.js fix($httpBackend mock): getResponseHeader should be case insensitive 2011-12-01 18:21:45 -05:00
AngularSpec.js fix(copy,equals): prevent browser crashes with Scope or Window 2011-11-30 14:49:36 -05:00
ApiSpecs.js refactor(api): remove type augmentation 2011-11-14 20:31:14 -08:00
BinderSpec.js refactor(mock): moved mocks into its own module 2011-11-14 20:31:14 -08:00
DeferredSpec.js feat(deferreds/promises): Q-like deferred/promise implementation with a ton of specs 2011-11-30 14:49:03 -05:00
directivesSpec.js feat($http): new $http service, removing $xhr.* 2011-11-30 11:12:14 -05:00
InjectorSpec.js feat(injector): add $provide.decorator 2011-12-07 09:41:08 -08:00
jqLiteSpec.js refactor(injector): turn scope into a service 2011-11-14 16:39:31 -08:00
jquery_alias.js fix(specs): fix jQuery to jqLite binding on IE8 2011-09-16 02:44:33 +02:00
jquery_remove.js fix(specs): fix jQuery to jqLite binding on IE8 2011-09-16 02:44:33 +02:00
jQueryPatchSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
JsonSpec.js refactor(json): break dependence on api.js 2011-11-14 20:31:13 -08:00
markupSpec.js refactor(injector): $injector is no longer a function. 2011-11-14 20:31:19 -08:00
matchers.js feat(deferreds/promises): Q-like deferred/promise implementation with a ton of specs 2011-11-30 14:49:03 -05:00
ResourceSpec.js fix($resource): forwardport exposing headers from 0.9.19 2011-12-01 16:20:08 -05:00
sanitizerSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
ScenarioSpec.js refactor(compiler) turn compiler into a service 2011-11-14 16:39:32 -08:00
testabilityPatch.js refactor(injector): $injector is no longer a function. 2011-11-14 20:31:19 -08:00
widgetsSpec.js fix(ng:include): prevent race conditions by ignoring stale http callbacks 2011-11-30 14:49:36 -05:00