Skip to content

Commit a0d6e64

Browse files
rush340jeffbcross
authored andcommitted
docs(tutorial): update step 7 to reference angular-phonecat
This changes the example JSON to be the actual bower.json for angular-phonecat, with name set to angular-phonecat.
1 parent 1d36cff commit a0d6e64

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/content/tutorial/step_07.ngdoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,16 @@ We are using [Bower][bower] to install client side dependencies. This step upda
2626

2727
```json
2828
{
29-
"name": "angular-seed",
29+
"name": "angular-phonecat",
3030
"description": "A starter project for AngularJS",
3131
"version": "0.0.0",
32-
"homepage": "https://github.com/angular/angular-seed",
32+
"homepage": "https://github.com/angular/angular-phonecat",
3333
"license": "MIT",
3434
"private": true,
3535
"dependencies": {
3636
"angular": "1.2.x",
3737
"angular-mocks": "~1.2.x",
38+
"jquery": "1.10.2",
3839
"bootstrap": "~3.1.1",
3940
"angular-route": "~1.2.x"
4041
}

0 commit comments

Comments
 (0)