cordova-progressIndicator
cordova-progressIndicator copied to clipboard
Simplify function to show(type, ...)
Maybe it would be simpler to have something like
ProgressIndicator.show('type', true, 'label', 'description')
rather than
ProgressIndicator.showSimpleWithLabel(true, 'label', 'description')