We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d36cff commit a0d6e64Copy full SHA for a0d6e64
docs/content/tutorial/step_07.ngdoc
@@ -26,15 +26,16 @@ We are using [Bower][bower] to install client side dependencies. This step upda
26
27
```json
28
{
29
- "name": "angular-seed",
+ "name": "angular-phonecat",
30
"description": "A starter project for AngularJS",
31
"version": "0.0.0",
32
- "homepage": "https://github.com/angular/angular-seed",
+ "homepage": "https://github.com/angular/angular-phonecat",
33
"license": "MIT",
34
"private": true,
35
"dependencies": {
36
"angular": "1.2.x",
37
"angular-mocks": "~1.2.x",
38
+ "jquery": "1.10.2",
39
"bootstrap": "~3.1.1",
40
"angular-route": "~1.2.x"
41
}
0 commit comments