angular.js/test/widget
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
..
formSpec.js feat(form): do not prevent submission if action attribute present 2011-12-06 13:07:26 -08:00
inputSpec.js fix(input): bind inputs to the 'input' event 2011-12-07 13:07:20 -08:00
selectSpec.js refactor(compiler) turn compiler into a service 2011-11-14 16:39:32 -08:00