Closed ramz15 closed 10 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.
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.