2016-08-25 16:31:47 -03:00
|
|
|
<ion-view>
|
2016-09-01 12:36:59 -04:00
|
|
|
<ion-nav-bar class="bar-royal">
|
2016-09-22 11:55:23 -03:00
|
|
|
<ion-nav-title>{{'Terms Of Use' | translate}}</ion-nav-title>
|
2016-08-29 16:48:15 -03:00
|
|
|
<ion-nav-back-button>
|
|
|
|
|
</ion-nav-back-button>
|
2016-08-25 16:31:47 -03:00
|
|
|
</ion-nav-bar>
|
2016-09-01 09:53:17 -03:00
|
|
|
|
2016-09-22 11:55:23 -03:00
|
|
|
<ion-content class="padding">
|
2016-09-05 14:59:11 -03:00
|
|
|
<div class="card">
|
|
|
|
|
<div class="item item-text-wrap" ng-include="'views/includes/terms.html'"></div>
|
|
|
|
|
</div>
|
2016-10-11 23:23:54 -04:00
|
|
|
<button class="button button-standard button-primary"
|
2016-09-05 14:59:11 -03:00
|
|
|
ng-show="lang != 'en'"
|
|
|
|
|
ng-click="openExternalLink(disclaimerUrl)" translate>
|
|
|
|
|
Official English Disclaimer
|
|
|
|
|
</button>
|
2016-08-25 16:31:47 -03:00
|
|
|
</ion-content>
|
|
|
|
|
</ion-view>
|