Improve this Doc ngParseExt

Installation

First, get the file:

where X.Y.Z is the AngularJS version you are running.

Then, include angular-parse-ext.js in your HTML:

<script src="path/to/angular.js"></script>
<script src="path/to/angular-parse-ext.js"></script>

Finally, load the module in your application by adding it as a dependent module:

angular.module('app', ['ngParseExt']);

With that you're ready to get started!

ngParseExt

The ngParseExt module provides functionality to allow Unicode characters in identifiers inside Angular expressions.

This module allows the usage of any identifier that follows ES6 identifier naming convention to be used as an identifier in an Angular expression. ES6 delegates some of the identifier rules definition to Unicode, this module uses ES6 and Unicode 8.0 identifiers convention.

© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://code.angularjs.org/1.5.11/docs/api/ngParseExt