feat(send): design and scaffold zero-state for send tab
This commit is contained in:
parent
73018e062f
commit
7d9a4244c9
8 changed files with 81 additions and 52 deletions
|
|
@ -6,6 +6,8 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
|
|||
var CONTACTS_SHOW_LIMIT;
|
||||
var currentContactsPage;
|
||||
|
||||
$scope.hasFunds = false;
|
||||
|
||||
var updateList = function() {
|
||||
CONTACTS_SHOW_LIMIT = 10;
|
||||
currentContactsPage = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue