fix(all): the buttons

This commit is contained in:
Jason Dreyzehner 2016-10-11 23:23:54 -04:00
commit 2e6d394673
25 changed files with 38 additions and 43 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"
name="email"
ng-model="addressbookEntry.email">
</label>
@ -54,7 +54,7 @@
<div class="padding">
<button type="submit"
class="button button-block button-positive"
class="button button-standard button-primary"
ng-click="add(addressbookEntry)"
ng-disabled="!addressbookForm.$valid" translate>
Save