Hiding menu on send.js

This commit is contained in:
Matias Pando 2015-04-21 13:06:44 -03:00
commit a8a1df04b1
4 changed files with 20 additions and 5 deletions

View file

@ -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)));
};