diff options
| author | Igor Minar | 2012-03-13 23:00:30 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-03-13 23:17:43 -0700 |
| commit | 716b5fd3e24e11986ded2cc381b9fbb77971a1e2 (patch) | |
| tree | ca7964496a3a021a2745d8a13a673791d9602719 /docs/content/misc/downloading.ngdoc | |
| parent | 8b8fdddc0b13f90dcc081b7d29a79f1452f2dd7b (diff) | |
| download | angular.js-716b5fd3e24e11986ded2cc381b9fbb77971a1e2.tar.bz2 | |
docs(*): fixing various docs
Diffstat (limited to 'docs/content/misc/downloading.ngdoc')
| -rw-r--r-- | docs/content/misc/downloading.ngdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/misc/downloading.ngdoc b/docs/content/misc/downloading.ngdoc index f2d4eec4..892ab673 100644 --- a/docs/content/misc/downloading.ngdoc +++ b/docs/content/misc/downloading.ngdoc @@ -16,14 +16,14 @@ development. production. To point your code to an angular script on the angular server, use the following template. This -example points to (non-minified) version 0.9.12: +example points to (non-minified) version 0.10.6: <pre> <!doctype html> - <html xmlns:ng="http://angularjs.org" ng-app> + <html ng-app> <head> <title>My Angular App</title> - <script src="http://code.angularjs.org/angular-0.9.12.js"></script> + <script src="http://code.angularjs.org/angular-0.10.6.js"></script> </head> <body> </body> |
