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