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