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 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',