File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 6
6
* @ngdoc module
7
7
* @name ngParseExt
8
8
* @packageName angular-parse-ext
9
+ *
9
10
* @description
10
11
*
11
12
* The `ngParseExt` module provides functionality to allow Unicode characters in
15
16
* to be used as an identifier in an AngularJS expression. ES6 delegates some of the identifier
16
17
* rules definition to Unicode, this module uses ES6 and Unicode 8.0 identifiers convention.
17
18
*
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>
18
24
*/
19
25
20
26
/* global angularParseExtModule: true,
You can’t perform that action at this time.
0 commit comments