cordova-progressIndicator icon indicating copy to clipboard operation
cordova-progressIndicator copied to clipboard

Simplify function to show(type, ...)

Open pbernasconi opened this issue 10 years ago • 0 comments

Maybe it would be simpler to have something like

ProgressIndicator.show('type', true, 'label', 'description')

rather than

ProgressIndicator.showSimpleWithLabel(true, 'label', 'description')

pbernasconi avatar Jul 30 '14 13:07 pbernasconi