We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e735e5 commit 7f2df14Copy full SHA for 7f2df14
src/ng/interpolate.js
@@ -199,6 +199,11 @@ function $InterpolateProvider() {
199
* </file>
200
* </example>
201
*
202
+ * @knownIssue
203
+ * It is currently not possible for an interpolated expression to contain the interpolation end
204
+ * symbol. For example, `{{ '}}' }}` will be incorrectly interpreted as `{{ ' }}` + `' }}`, i.e.
205
+ * an interpolated expression consisting of a single-quote (`'`) and the `' }}` string.
206
+ *
207
* @param {string} text The text with markup to interpolate.
208
* @param {boolean=} mustHaveExpression if set to true then the interpolation string must have
209
* embedded expression in order to return an interpolation function. Strings with no
0 commit comments