Skip to content

Commit ac2c514

Browse files
vedelaarNarretz
authored andcommitted
docs(tutorial/7 - Routing): update angular version
The versions are updated in the angular-phonecat repo, but not in the documentation. This change syncs the version numbers. Closes angular#12396
1 parent c1d1c07 commit ac2c514

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/content/tutorial/step_07.ngdoc

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ We are using [Bower][bower] to install client-side dependencies. This step upda
3333
"license": "MIT",
3434
"private": true,
3535
"dependencies": {
36-
"angular": "~1.3.0",
37-
"angular-mocks": "~1.3.0",
38-
"jquery": "2.1.1",
36+
"angular": "1.4.x",
37+
"angular-mocks": "1.4.x",
38+
"jquery": "~2.1.1",
3939
"bootstrap": "~3.1.1",
40-
"angular-route": "~1.3.0"
40+
"angular-route": "~1.4.0"
4141
}
4242
}
4343
```
4444

45-
The new dependency `"angular-route": "~1.3.0"` tells bower to install a version of the
46-
angular-route component that is compatible with version 1.3.x. We must tell bower to download
45+
The new dependency `"angular-route": "~1.4.0"` tells bower to install a version of the
46+
angular-route component that is compatible with version 1.4.x. We must tell bower to download
4747
and install this dependency.
4848

4949
If you have bower installed globally, then you can run `bower install` but for this project, we have

0 commit comments

Comments
 (0)