aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.i18n.ngdoc
diff options
context:
space:
mode:
authorMisko Hevery2012-01-06 18:10:47 -0800
committerMisko Hevery2012-01-10 22:27:00 -0800
commit5143e7bf065a3cbdf8400cf095b653d51bc83b8f (patch)
tree980149c365d4cb5586d27975d26366a25ff7be6a /docs/content/guide/dev_guide.i18n.ngdoc
parentafd25446d23f24872eb20ac79c8fbd2cff203ef0 (diff)
downloadangular.js-5143e7bf065a3cbdf8400cf095b653d51bc83b8f.tar.bz2
feat(module): new module loader
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>