angular.js/test
Vojta Jina 06d0955074 feat(ngModel): update model on each key stroke (revert ngModelInstant)
It turns out that listening only on "blur" event is not sufficient in many scenarios,
especially when you use form validation you always had to use ngModelnstant
e.g. if you want to disable a button based on valid/invalid form.

The feedback we got from our apps as well as external apps is that the
ngModelInstant should be the default.

In the future we might provide alternative ways of suppressing updates
on each key stroke, but it's not going to be the default behavior.

Apps already using the ngModelInstant can safely remove it from their
templates. Input fields without ngModelInstant directive will start propagating
the input changes into the model on each key stroke.
2012-04-03 10:10:44 -07:00
..
auto fix($injector): properly infer dependencies from fn with no args 2012-03-29 11:21:04 -07:00
ng feat(ngModel): update model on each key stroke (revert ngModelInstant) 2012-04-03 10:10:44 -07:00
ngCookies chore(ngCookies): moved to module 2012-03-28 11:16:36 -07:00
ngMock feat(TzDate): add support for toISOString method 2012-03-28 16:30:31 -07:00
ngResource chore(Rakefile): get ready for modules 2012-03-28 11:16:36 -07:00
ngScenario fix(scenario): dev secenario tests 2012-04-02 16:10:15 -07:00
AngularSpec.js refactor($compile): move methods of attr object into prototype 2012-03-29 07:30:32 -07:00
ApiSpecs.js fix(ng:repeat): support repeating over array with null 2012-01-06 12:19:39 -08:00
BinderSpec.js feat(ngModel): update model on each key stroke (revert ngModelInstant) 2012-04-03 10:10:44 -07:00
jqLiteSpec.js feat(jqLite): make injector() and scope() work with the document object 2012-03-22 16:39:36 -07: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
loaderSpec.js feat($controller): support controller registration via $controllerProvider 2012-03-26 15:23:29 -07:00
matchers.js fix(matchers.toHaveClass): Correct reference to angular.mock.dump 2012-03-19 17:26:29 -07:00
testabilityPatch.js chore(Rakefile): get ready for modules 2012-03-28 11:16:36 -07:00