Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit fbc83f0

Browse files
committed
docs(ngParseExt): note limitations with ngOptions and ngRepeat
Closes #15954 Closes #15926
1 parent 0633d8f commit fbc83f0

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,7 @@
66
* @ngdoc module
77
* @name ngParseExt
88
* @packageName angular-parse-ext
9+
*
910
* @description
1011
*
1112
* The `ngParseExt` module provides functionality to allow Unicode characters in
@@ -15,6 +16,11 @@
1516
* to be used as an identifier in an AngularJS expression. ES6 delegates some of the identifier
1617
* rules definition to Unicode, this module uses ES6 and Unicode 8.0 identifiers convention.
1718
*
19+
* <div class="alert alert-warning">
20+
* You cannot use Unicode characters for variable names in the {@link ngRepeat} or {@link ngOptions}
21+
* expressions (e.g. `ng-repeat="f in поля"`), because even with `ngParseExt` included, these
22+
* special expressions are not parsed by the {@link $parse} service.
23+
* </div>
1824
*/
1925

2026
/* global angularParseExtModule: true,

0 commit comments

Comments
 (0)