Merge pull request #5864 from gabrielbazan7/fix/backbutton

changing ionic to version 1.3.3 with the backbutton fix
This commit is contained in:
Javier Donadío 2017-04-13 10:22:47 -03:00 committed by GitHub
commit 6e0ad4dafc

View file

@ -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"
}
}