adding translation tags

This commit is contained in:
Gabriel Bazán 2016-08-30 16:09:39 -03:00
commit b804a6d867
6 changed files with 15 additions and 15 deletions

View file

@ -2,13 +2,13 @@
<ion-nav-bar class="bar-stable" ng-controller="backController">
<ion-nav-buttons side="secondary">
<button class="button no-border" ng-click="onboardingMailSkip()">
Skip
{{'Skip' | translate}}
</button>
</ion-nav-buttons>
</ion-nav-bar>
<ion-content ng-controller="collectEmailController">
Wallet Created
Where would you like to receive email notifications about payments
<span translate>Wallet Created </span>
<span translate>Where would you like to receive email notifications about payments </span>
<form name="emailForm" ng-submit="save(emailForm)" novalidate>
<input type="email" id="email" name="email" ng-model="email" required></input>
<input type="submit" class="button button-block button-positive" value="{{'Save'|translate}}" ng-disabled="emailForm.$invalid">