standardize back buttons
This commit is contained in:
parent
bd7b7d1a77
commit
e63cb569ba
24 changed files with 48 additions and 53 deletions
|
|
@ -1,8 +1,7 @@
|
|||
<ion-modal-view ng-controller="addressbookModalController" ng-init="initAddressbook()">
|
||||
<ion-header-bar align-title="center" class="bar-royal">
|
||||
<button class="button button-clear button-positive"
|
||||
ng-click="closeAddressbookModal()" translate>
|
||||
Close
|
||||
<button class="button back-button" ng-click="closeAddressbookModal()">
|
||||
<i class="icon ion-ios-arrow-thin-left"></i>
|
||||
</button>
|
||||
<div class="h1 title">
|
||||
<span ng-show="!addAddressbookEntry" translate>Addressbook</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue