changing ionic to version 1.3.3 with the backbutton fix

This commit is contained in:
Gabriel Bazán 2017-04-07 11:29:35 -03:00
commit a26d27132c

View file

@ -11,7 +11,7 @@
"angular-gettext": "2.2.1", "angular-gettext": "2.2.1",
"angular-moment": "0.10.1", "angular-moment": "0.10.1",
"angular-qrcode": "bitpay/angular-qrcode#~6.3.0", "angular-qrcode": "bitpay/angular-qrcode#~6.3.0",
"ionic": "1.3.1", "ionic": "https://github.com/driftyco/ionic-v1.git",
"moment": "2.10.3", "moment": "2.10.3",
"ng-lodash": "0.2.3", "ng-lodash": "0.2.3",
"qrcode-decoder-js": "*", "qrcode-decoder-js": "*",
@ -23,6 +23,7 @@
"ngtouch": "^1.0.1" "ngtouch": "^1.0.1"
}, },
"resolutions": { "resolutions": {
"angular": "1.5.3" "angular": "1.5.3",
"ionic": "298ad4b645"
} }
} }