diff options
Diffstat (limited to 'docs/content/guide/dev_guide.i18n.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.i18n.ngdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/guide/dev_guide.i18n.ngdoc b/docs/content/guide/dev_guide.i18n.ngdoc index 1db13429..7ed94b7c 100644 --- a/docs/content/guide/dev_guide.i18n.ngdoc +++ b/docs/content/guide/dev_guide.i18n.ngdoc @@ -22,7 +22,7 @@ http://docs.angularjs.org/#!/api/angular.module.ng.$filter.number number} and {@ http://docs.angularjs.org/#!/api/angular.module.ng.$filter.currency currency} filters. Additionally, Angular supports localizable pluralization support provided by the {@link -api/angular.module.ng.$compileProvider.directive.ng:pluralize ng:pluralize widget}. +api/angular.module.ng.$compileProvider.directive.ng-pluralize ng-pluralize widget}. All localizable Angular components depend on locale-specific rule sets managed by the {@link api/angular.module.ng.$locale $locale service}. @@ -67,7 +67,7 @@ You can also include the locale specific js file in the index.html page. For exa requires German locale, you would serve index_de-ge.html which will look something like this: <pre> -<html ng:app> +<html ng-app> <head> …. <script src="angular.js"></script> |
