From 6b6ba6a9afdd1320abbf953d7494d882937540f1 Mon Sep 17 00:00:00 2001 From: Georgios Kalpakas Date: Fri, 29 Jul 2016 16:00:21 +0300 Subject: [PATCH] docs(textarea): add known issue about interpolation in placeholder in IE Closes #5025 --- src/ng/directive/input.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index ff56d5697374..7d0226f4c026 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -1575,6 +1575,20 @@ function checkboxInputType(scope, element, attr, ctrl, $sniffer, $browser, $filt * @param {string=} ngChange Angular expression to be executed when input changes due to user * interaction with the input element. * @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trim the input. + * + * @knownIssue + * + * When specifying the `placeholder` attribute of `