We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91de1e9 commit 1b2d2c8Copy full SHA for 1b2d2c8
src/ngParseExt/module.js
@@ -6,6 +6,12 @@
6
* @ngdoc module
7
* @name ngParseExt
8
* @packageName angular-parse-ext
9
+ *
10
+ * @knownIssue
11
+ * You cannot use Unicode characters for variable names in the {@link ngRepeat} or {@link ngOptions}
12
+ * expressions (e.g. `ng-repeat="f in поля"`), because they don't use the {@link `$parse`} service
13
+ * to parse the expression.
14
15
* @description
16
*
17
* The `ngParseExt` module provides functionality to allow Unicode characters in
0 commit comments