2016-08-17 13:07:48 -03:00
|
|
|
<ion-view>
|
2016-08-15 17:42:04 -03:00
|
|
|
<ion-nav-bar class="bar-stable">
|
|
|
|
|
<ion-nav-title>Terms of Use</ion-nav-title>
|
|
|
|
|
<ion-nav-buttons side="primary">
|
2016-08-23 12:01:09 -03:00
|
|
|
<button class="button no-border" ui-sref="settings.about">
|
2016-08-19 11:32:26 -03:00
|
|
|
<i class="icon ion-chevron-left"></i> Back
|
|
|
|
|
</button>
|
|
|
|
|
</ion-nav-buttons>
|
2016-08-15 17:42:04 -03:00
|
|
|
</ion-nav-bar>
|
2016-08-17 13:07:48 -03:00
|
|
|
<ion-content ng-controller="termOfUseController" cache-view="false">
|
2016-08-15 17:42:04 -03:00
|
|
|
<p>
|
|
|
|
|
<div ng-include="'views/includes/terms.html'"></div>
|
2015-11-30 16:34:24 -03:00
|
|
|
</p>
|
2016-08-15 17:42:04 -03:00
|
|
|
<div class="row">
|
2015-11-30 17:33:39 -03:00
|
|
|
<p ng-show="lang != 'en'">
|
2016-08-15 17:42:04 -03:00
|
|
|
<a ng-click="$root.openExternalLink('https://copay.io/disclaimer')" translate>Official English Disclaimer</a>
|
2015-11-30 17:33:39 -03:00
|
|
|
</p>
|
|
|
|
|
</div>
|
2016-08-15 17:42:04 -03:00
|
|
|
</ion-content>
|
|
|
|
|
</ion-view>
|