copay/www/views/termsOfUse.html

19 lines
738 B
HTML
Raw Normal View History

2016-08-25 12:31:47 -07:00
<ion-view>
<ion-nav-bar class="bar-royal">
<ion-nav-title>{{'Terms Of Use' | translate}}</ion-nav-title>
2016-08-29 12:48:15 -07:00
<ion-nav-back-button>
</ion-nav-back-button>
2016-08-25 12:31:47 -07:00
</ion-nav-bar>
<ion-content>
<div class="list">
<div class="item item-text-wrap" id="settings-tos" ng-include="'views/includes/terms.html'"></div>
2016-09-05 10:59:11 -07:00
</div>
2016-10-11 20:23:54 -07:00
<button class="button button-standard button-primary"
2016-09-05 10:59:11 -07:00
ng-show="lang != 'en'"
2016-10-13 11:34:24 -07:00
ng-click="openExternalLink(disclaimerUrl, true, 'View Terms of Service', 'The official English Terms of Service are available on the BitPay website. Would you like to view them?', 'Open Website', 'Go Back')" translate>
2016-09-05 10:59:11 -07:00
Official English Disclaimer
</button>
2016-08-25 12:31:47 -07:00
</ion-content>
</ion-view>