File tree 1 file changed +7
-0
lines changed 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1989,6 +1989,13 @@ jQuery. We don't expect that app code actually depends on this accidental featur
1989
1989
application if 100s of elements are being inserted into the page. Therefore after this
1990
1990
change callbacks are only fired if registered on the element being animated.
1991
1991
1992
+ - ** input:**
1993
+ - due to [ a9fcb0d0] ( https://github.com/angular/angular.js/commit/a9fcb0d0fc6456f80501b8820d02b04d7c15b6d6 ) ,
1994
+ input[ type=file] will no longer support ngModel. Due to browser support being spotty among target browsers,
1995
+ file inputs cannot be cleanly supported, and even features which technically do work (such as ng-change)
1996
+ work in an inconsistent way depending on the attributes of the form control.
1997
+
1998
+ As a workaround, one can manually listen for change events on file inputs and handle them manually.
1992
1999
1993
2000
<a name =" 1.2.12 " ></a >
1994
2001
# 1.2.12 cauliflower-eradication (2014-02-07)
You can’t perform that action at this time.
0 commit comments