8000
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 25a7aef commit c95a3d8Copy full SHA for c95a3d8
src/ng/interpolate.js
@@ -216,6 +216,11 @@ function $InterpolateProvider() {
216
* </file>
217
* </example>
218
*
219
+ * @knownIssue
220
+ * It is currently not possible for an interpolated expression to contain the interpolation end
221
+ * symbol. For example, `{{ '}}' }}` will be incorrectly interpreted as `{{ ' }}` + `' }}`, i.e.
222
+ * an interpolated expression consisting of a single-quote (`'`) and the `' }}` string.
223
+ *
224
* @param {string} text The text with markup to interpolate.
225
* @param {boolean=} mustHaveExpression if set to true then the interpolation string must have
226
* embedded expression in order to return an interpolation function. Strings with no
0 commit comments