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

Commit

Permalink
docs(ngParseExt): note limitations with ngOptions and ngRepeat
Browse files Browse the repository at this point in the history
Closes #15954
Closes #15926
  • Loading branch information
Narretz committed Jan 21, 2019
1 parent e58b4ce commit 7ca6543
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ngParseExt/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @ngdoc module
* @name ngParseExt
* @packageName angular-parse-ext
*
* @description
*
* The `ngParseExt` module provides functionality to allow Unicode characters in
Expand All @@ -15,6 +16,11 @@
* to be used as an identifier in an AngularJS expression. ES6 delegates some of the identifier
* rules definition to Unicode, this module uses ES6 and Unicode 8.0 identifiers convention.
*
* <div class="alert alert-warning">
* You cannot use Unicode characters for variable names in the {@link ngRepeat} or {@link ngOptions}
* expressions (e.g. `ng-repeat="f in поля"`), because even with `ngParseExt` included, these
* special expressions are not parsed by the {@link $parse} service.
* </div>
*/

/* global angularParseExtModule: true,
Expand Down

0 comments on commit 7ca6543

Please sign in to comment.