Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1002 Bytes

readme.md

File metadata and controls

36 lines (21 loc) · 1002 Bytes

Ionic todo

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.

Installation

  1. Clone repo
  2. run 'npm install -g cordova ionic' if you don't have it installed
  3. run 'bower install'

Usage

Preview 'ionic serve --lab'

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

Chris Nwamba @chrizt_n

Troubleshooting

"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