$cordovaProgress plugin is not working

I was trying to use $cordovaProgress plugin as defined in doc
as $cordovaProgress.showSuccess(true, "Success!")
but I am getting following error message -

 ReferenceError: ProgressIndicator is not defined
    at Object.showSuccess (http://192.168.0.4:8100/js/ng-cordova.min.js:2:28945)

Does any body know solution to this problem. I am using latest Ionic build and I have also included ng-cordova.min.js

Thanks

1 Like

I have the same problem and no solution.
“ProgressIndicator is not defined” on all devices. Please any advice?

Didn’t find any solution yet , but you try $ionicLoading for the time being someone suggest any solution to above plugin.

You can wrap $cordovaProgress in @$ionicPlatform.ready, then it should be work.

This plugin only for ios… for Android coming soon…