diff options
| -rw-r--r-- | ionic.config.json (renamed from ionic.project) | 0 | ||||
| -rw-r--r-- | package.json | 12 | ||||
| -rw-r--r-- | plugins/fetch.json | 29 | ||||
| -rw-r--r-- | www/js/app.js | 2 |
4 files changed, 14 insertions, 29 deletions
diff --git a/ionic.project b/ionic.config.json index 40dc6930..40dc6930 100644 --- a/ionic.project +++ b/ionic.config.json diff --git a/package.json b/package.json index bd33d56b..8d384ba5 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,16 @@ "cordovaPlatforms": [ {}, "ios", - "android" + "android", + { + "platform": "android", + "version": "", + "locator": "android" + }, + { + "platform": "ios", + "version": "", + "locator": "ios" + } ] } diff --git a/plugins/fetch.json b/plugins/fetch.json index 2f64a763..0546a587 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -1,30 +1,5 @@ { - "org.pbernasconi.progressindicator": { - "source": { - "type": "git", - "url": "https://github.com/pbernasconi/cordova-progressIndicator.git", - "subdir": "." - }, - "is_top_level": true, - "variables": {} - }, - "org.apache.cordova.file": { - "source": { - "type": "registry", - "id": "org.apache.cordova.file" - }, - "is_top_level": false, - "variables": {} - }, - "cordova-plugin-app-event": { - "source": { - "type": "registry", - "id": "cordova-plugin-app-event" - }, - "is_top_level": false, - "variables": {} - }, - "phonegap-plugin-push": { + "phonegap-plugin-push": { "source": { "type": "registry", "id": "phonegap-plugin-push" @@ -166,4 +141,4 @@ "is_top_level": true, "variables": {} } -}
\ No newline at end of file +} diff --git a/www/js/app.js b/www/js/app.js index 5ee6b424..373e242e 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -87,7 +87,7 @@ angular.module('zmApp', [ link: function($scope, $element, $attrs) { var onMouseWheel, scrollCtrl; scrollCtrl = $element.controller('$ionicScroll'); - console.log(scrollCtrl); + //console.log(scrollCtrl); if (!scrollCtrl) { return console.error('mouseWheelScroll must be attached to a $ionicScroll controller.'); } |
