feat(send): design and scaffold zero-state for send tab

This commit is contained in:
Jason Dreyzehner 2016-10-11 16:36:01 -04:00
commit 7d9a4244c9
8 changed files with 81 additions and 52 deletions

View file

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