Open Amazon redeem link in system browser. Fix buy gc on mobile

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-13 16:36:08 -03:00
commit 7793be3615
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
7 changed files with 22 additions and 14 deletions

View file

@ -10,7 +10,7 @@
</section>
<section class="right-small">
<a class="p10" ng-click="$root.go('buyAmazon')">
<a class="p10" ui-sref="buyAmazon">
<i class="fi-shopping-cart size-24"></i>
</a>
</section>
@ -66,7 +66,7 @@
<div class="row">
<div class="columns">
<button class="m20t button black round expand"
ng-click="$root.go('buyAmazon')">
ui-sref="buyAmazon">
Buy now
</button>
</div>