finished terms view, added terms and general layout sass files, updated default back button to match comp, etc.
This commit is contained in:
parent
b24110cf01
commit
e24e13aa20
7 changed files with 38 additions and 20 deletions
|
|
@ -30,7 +30,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
$ionicConfigProvider.navBar.positionSecondaryButtons('right');
|
||||
|
||||
// NAV BACK-BUTTON TEXT/ICON
|
||||
$ionicConfigProvider.backButton.icon('ion-chevron-left');
|
||||
$ionicConfigProvider.backButton.icon('ion-arrow-left-c').text('');
|
||||
$ionicConfigProvider.backButton.previousTitleText(false);
|
||||
|
||||
$logProvider.debugEnabled(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue