add translations and some fixes

This commit is contained in:
Gabriel Bazán 2016-12-13 12:08:05 -03:00
commit b005bbf6c7
9 changed files with 155 additions and 67 deletions

View file

@ -29,7 +29,7 @@
<span class="input-label" translate>Email</span>
<input type="text"
id="email"
placeholder="name@example.com"
placeholder="{{'name@example.com' | translate}}"
name="email"
ng-model="addressbookEntry.email">
</label>