Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b474c36

Browse files
committed
docs(CHANGELOG.md): add breaking change for a9fcb0d (v1.2.13)
Closes #8909
1 parent 007e320 commit b474c36

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2745,6 +2745,13 @@ For more info: http://blog.angularjs.org/2013/12/angularjs-13-new-release-approa
27452745
application if 100s of elements are being inserted into the page. Therefore after this
27462746
change callbacks are only fired if registered on the element being animated.
27472747

2748+
- **input:**
2749+
- due to [a9fcb0d0](https://github.com/angular/angular.js/commit/a9fcb0d0fc6456f80501b8820d02b04d7c15b6d6),
2750+
input[type=file] will no longer support ngModel. Due to browser support being spotty among target browsers,
2751+
file inputs cannot be cleanly supported, and even features which technically do work (such as ng-change)
2752+
work in an inconsistent way depending on the attributes of the form control.
2753+
2754+
As a workaround, one can manually listen for change events on file inputs and handle them manually.
27482755

27492756
<a name="1.2.12"></a>
27502757
# 1.2.12 cauliflower-eradication (2014-02-07)

0 commit comments

Comments
 (0)