From 7a165e86137ecd795a1226971acbae9a773a0e99 Mon Sep 17 00:00:00 2001 From: Damien Leroy Date: Tue, 12 Apr 2016 17:38:58 -0400 Subject: [PATCH 1/2] docs: repeated text deleted --- docs/content/tutorial/step_07.ngdoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc index d001388a99db..3a7941951ffb 100644 --- a/docs/content/tutorial/step_07.ngdoc +++ b/docs/content/tutorial/step_07.ngdoc @@ -46,8 +46,6 @@ The new dependency `"angular-route": "1.4.x"` tells bower to install a version o angular-route component that is compatible with version 1.4.x. We must tell bower to download and install this dependency. -If you have bower installed globally, then you can run `bower install` but for this project, we have -preconfigured npm to run bower install for us: ``` npm install From 8b4acb18b8e43dd63c5f216712294ff7ee24cbcf Mon Sep 17 00:00:00 2001 From: Damien Leroy Date: Tue, 12 Apr 2016 17:40:21 -0400 Subject: [PATCH 2/2] docs: useless newline removed --- docs/content/tutorial/step_12.ngdoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/content/tutorial/step_12.ngdoc b/docs/content/tutorial/step_12.ngdoc index 51d804d3373e..a905da20c5c3 100644 --- a/docs/content/tutorial/step_12.ngdoc +++ b/docs/content/tutorial/step_12.ngdoc @@ -140,7 +140,6 @@ __`app/js/app.js`.__ // ... angular.module('phonecatApp', [ 'ngRoute', - 'phonecatAnimations', 'phonecatControllers', 'phonecatFilters',