A mobile starter app showcasing an enhanced version of an Ionic Framework list element with dynamic controls.
- Interchangeable edit and delete buttons on the left side of list elements.
- Reorder button on the right side of list elements.
- Hidden option buttons on the right side of list elements accessible by swiping each list element from right to left.
This starter app requires Node.js, Cordova and Ionic. Download the project folder to your machine and run:
cd /APP_PATH
ionic serve
To test on a device, run:
ionic platform add android
ionic platform add ios
ionic run android
ionic run ios