docs(content): update Angular 1.2 mentions to Angular 1.3

Angular 1.3 docs now describe the process of using this version instead of
the older 1.2 that is the latest stable version.

Also, update jQuery 1.10.x mentions to 2.1.x.
This commit is contained in:
Michał Gołębiowski
2014-07-31 22:35:38 +02:00
committed by Brian Ford
parent 6b786dcb57
commit e63f670ff2
6 changed files with 24 additions and 24 deletions

View File

@@ -7,5 +7,5 @@ This error occurs when a module fails to load due to some exception. The error
message above should provide additional context.
In AngularJS `1.2.0` and later, `ngRoute` has been moved to its own module.
If you are getting this error after upgrading to `1.2.x`, be sure that you've
If you are getting this error after upgrading to `1.2.x` or later, be sure that you've
installed {@link ngRoute `ngRoute`}.