Skip to content

Commit 1b2d2c8

Browse files
committed
docs(ngParseExt): note limitations with ngOptions and ngRepeat
Closes angular#15954 Closes angular#15926
1 parent 91de1e9 commit 1b2d2c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ngParseExt/module.js

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
* @ngdoc module
77
* @name ngParseExt
88
* @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+
*
915
* @description
1016
*
1117
* The `ngParseExt` module provides functionality to allow Unicode characters in

0 commit comments

Comments
 (0)