From 50cd3a4210f7fc012b99fb5a8e7118bfe1f799f1 Mon Sep 17 00:00:00 2001 From: Michael Silver Date: Thu, 21 Aug 2014 13:46:32 -0700 Subject: [PATCH] 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. --- docs/content/tutorial/step_07.ngdoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc index 69c0f1a9f..164082e62 100644 --- a/docs/content/tutorial/step_07.ngdoc +++ b/docs/content/tutorial/step_07.ngdoc @@ -26,15 +26,16 @@ We are using [Bower][bower] to install client side dependencies. This step upda ```json { - "name": "angular-seed", + "name": "angular-phonecat", "description": "A starter project for AngularJS", "version": "0.0.0", - "homepage": "https://github.com/angular/angular-seed", + "homepage": "https://github.com/angular/angular-phonecat", "license": "MIT", "private": true, "dependencies": { "angular": "1.2.x", "angular-mocks": "~1.2.x", + "jquery": "1.10.2", "bootstrap": "~3.1.1", "angular-route": "~1.2.x" }