aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.i18n.ngdoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/guide/dev_guide.i18n.ngdoc')
-rw-r--r--docs/content/guide/dev_guide.i18n.ngdoc4
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 d88715cd..1b9c1cde 100644
--- a/docs/content/guide/dev_guide.i18n.ngdoc
+++ b/docs/content/guide/dev_guide.i18n.ngdoc
@@ -67,10 +67,10 @@ 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>
+<html ng:app>
<head>
….
- <script src="angular.js" ng:autobind></script>
+ <script src="angular.js"></script>
<script src="i18n/angular-locale_de-ge.js"></script>
….
</head>