Paolo Bernasconi
Paolo Bernasconi
`window.cordova` is a common way of checking to see if cordova is available. It would not be wise to override this for the barcode plugin
For now, Android is not supported. Apparently Android already has native dialog / progress indicators, which can be seen in [these docs](http://developer.android.com/reference/android/app/ProgressDialog.html). Therefore it should be easy (in theory) to...
Moved from : https://github.com/driftyco/ng-cordova/issues/356 The original cordova plugin allows a custom text success label to be passed as a parameter. It would be great if the ngCordova wrapper allowed this...
Maybe it would be simpler to have something like ``` ProgressIndicator.show('type', true, 'label', 'description') ``` rather than ``` ProgressIndicator.showSimpleWithLabel(true, 'label', 'description') ```
Every time the app is run, it should check to verify if the latest version of the Ionic SASS files are inside the `/server/ionic/`. The latest version should be stored...
Ref: - https://www.npmjs.org/package/grunt-git - https://www.npmjs.org/package/grunt-heroku-deploy - https://github.com/mbuchetics/heroku-buildpack-nodejs-grunt