Hiding menu on send.js
This commit is contained in:
parent
4b30c651dd
commit
a8a1df04b1
4 changed files with 20 additions and 5 deletions
|
|
@ -6,6 +6,8 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.onGoingProcess = {};
|
||||
self.limitHistory = 5;
|
||||
|
||||
self.hideMenuBar = false;
|
||||
|
||||
function strip(number) {
|
||||
return (parseFloat(number.toPrecision(12)));
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue