From a26d27132c36022e5885546a1935005e29be6a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Fri, 7 Apr 2017 11:29:35 -0300 Subject: [PATCH] changing ionic to version 1.3.3 with the backbutton fix --- bower.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 830a156c7..56a7d7904 100644 --- a/bower.json +++ b/bower.json @@ -11,7 +11,7 @@ "angular-gettext": "2.2.1", "angular-moment": "0.10.1", "angular-qrcode": "bitpay/angular-qrcode#~6.3.0", - "ionic": "1.3.1", + "ionic": "https://github.com/driftyco/ionic-v1.git", "moment": "2.10.3", "ng-lodash": "0.2.3", "qrcode-decoder-js": "*", @@ -23,6 +23,7 @@ "ngtouch": "^1.0.1" }, "resolutions": { - "angular": "1.5.3" + "angular": "1.5.3", + "ionic": "298ad4b645" } }