Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

docs update #14420

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/content/tutorial/step_07.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion docs/content/tutorial/step_12.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ __`app/js/app.js`.__
// ...
angular.module('phonecatApp', [
'ngRoute',

'phonecatAnimations',
'phonecatControllers',
'phonecatFilters',
Expand Down