docs(tutorial): move bower_components into app folder

This commit is contained in:
Peter Bacon Darwin
2014-05-05 20:54:07 +01:00
parent 3d0b49c07f
commit 5f5bf07bb8
6 changed files with 12 additions and 11 deletions

View File

@@ -126,7 +126,7 @@ This command will download the following tools, into the `node_modules` director
- [Protractor][protractor] - end 2 end test runner
Running `npm install` will also automatically use bower to download the Angular framework into the
`bower_components` directory.
`app/bower_components` directory.
<div class="alert alert-info">
Note the angular-phonecat project is setup to install and run these utilities via npm scripts.