diff options
| author | Stéphane Reynaud | 2014-02-21 11:51:58 +0100 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-21 13:32:16 +0000 | 
| commit | fa5ca115ac0f73413f59bf49f911bf5363ba263e (patch) | |
| tree | b98232f4666b627f10142e0533967c8b41197ab3 /docs/content | |
| parent | 48b86a4eaee77c636b9b53d161a829ea2a35e5bb (diff) | |
| download | angular.js-fa5ca115ac0f73413f59bf49f911bf5363ba263e.tar.bz2 | |
docs(guide/i18n): fix url-based links refs to AUTO module
Closes #6383
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/guide/i18n.ngdoc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/content/guide/i18n.ngdoc b/docs/content/guide/i18n.ngdoc index b881f5b1..6dec8fd2 100644 --- a/docs/content/guide/i18n.ngdoc +++ b/docs/content/guide/i18n.ngdoc @@ -22,10 +22,10 @@ Currently, Angular supports i18n/l10n for  [currency](http://docs.angularjs.org/#!/api/ng.filter:currency) filters.  Additionally, Angular supports localizable pluralization support provided by the {@link -api/ng.directive:ngPluralize ngPluralize directive}. +ng.directive:ngPluralize ngPluralize directive}.  All localizable Angular components depend on locale-specific rule sets managed by the {@link -api/ng.$locale $locale service}. +ng.$locale $locale service}.  For readers who want to jump straight into examples, we have a few web pages that showcase how to  use Angular filters with various locale rule sets. You can find these examples either on | 
