Fix Conflicts:
css/main.css
This commit is contained in:
commit
f9161ed8f2
6 changed files with 160 additions and 64 deletions
|
|
@ -166,6 +166,10 @@ angular.module('copayApp.controllers').controller('TransactionsController',
|
|||
}
|
||||
};
|
||||
|
||||
$scope.hasAction = function(actions, action) {
|
||||
return actions.hasOwnProperty('create');
|
||||
}
|
||||
|
||||
$scope.getShortNetworkName = function() {
|
||||
return config.networkName.substring(0, 4);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue