Mobile App with AngularJS and Ionic. This is a demo app based on https://scotch.io/tutorials/create-your-first-mobile-app-with-angularjs-and-ionic
I noticed the article is lack of example. I created this repo to help those who are having difficulty following the article like I was before. There a some typo in the code and missing methods.
- Clone repo
- run 'npm install -g cordova ionic' if you don't have it installed
- run 'bower install'
Preview 'ionic serve --lab'
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Chris Nwamba @chrizt_n
"Error: spawn EACCES" when running can be resolved by running the following command on the command line to give execute privileges:
+x hooks/after_prepare/010_add_platform_class.js