- Create your PhoneGap project
- Download AngularJS, and save it somewhere accessible by the www\index.html page (e.g. in the www\js folder)
- Add a reference to the new file to the www\index.html page.
- Add your AngularJS code
- Your AngularJS app needs to be bootstrapped on deviceready. One way to do this is to add a function to call
angular.bootstrap(document, ['appName'])
, and attach an event listener to the document to call the function on deviceready.
References
The Definitive Guide to Angular on Mobile