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

Commit 7ca6543

Browse files
committed
docs(ngParseExt): note limitations with ngOptions and ngRepeat
Closes #15954 Closes #15926
1 parent e58b4ce commit 7ca6543

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ngParseExt/module.js

Lines changed: 6 additions & 0 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy