better tx create at confirm
This commit is contained in:
parent
0ed46f1f65
commit
d7e025c2d0
7 changed files with 34 additions and 29 deletions
|
|
@ -1,9 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('preferencesAbout',
|
||||
function($scope, $version, $ionicNavBarDelegate, gettextCatalog) {
|
||||
function($scope, $window, $ionicNavBarDelegate, gettextCatalog) {
|
||||
$ionicNavBarDelegate.title(gettextCatalog.getString('About Copay'));
|
||||
|
||||
$scope.version = $window.version;
|
||||
$scope.commit = $window.commitHash;
|
||||
$scope.commitHash = $window.commitHash;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue