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
2011-11-14 20:31:20 -08:00
2011-10-13 13:44:38 -07:00
2011-11-30 14:49:35 -05:00
2010-10-29 10:47:06 -07:00
2010-10-29 10:47:06 -07:00
2011-10-11 10:53:07 -07:00
2010-07-09 14:45:29 -07:00
2010-01-05 16:57:36 -08:00
2011-10-11 11:01:45 -07:00
2010-03-15 14:41:28 -07:00
2010-11-12 16:13:53 -08:00

Angular

Compiling

rake compile

Running Tests

rake server:start
rake test
Description
No description provided
Readme MIT 63 MiB
Languages
JavaScript 98.8%
HTML 0.6%
Shell 0.4%
PHP 0.1%