calvinl / ng-phonegap

Grunt workflow for building AngularJS applications on PhoneGap.
MIT License
138 stars 28 forks source link

.bowerrc and .gitignore files not cloned with git clone #3

Closed ramz15 closed 10 years ago

ramz15 commented 11 years ago

I cloned the repo with git clone https://github.com/calvinl/ng-phonegap.git, but the .bowerrc and .gitignore files were not cloned. This gave me the JS error:

ReferenceError: angular is not defined [http://localhost:8000/www/js/app.js:10]

when starting the server and navigating to http://localhost:8000/www/index.html in the browser. I manually added the files and this fixed the issue.

.bowerrc tells bower where to install bower components.