Update: Fixes memo cut-off, changes memo to textarea, auto-expand based on content length, display memo while transaction is in Receiving state
This commit is contained in:
parent
4c60ba5c81
commit
7b26261512
7 changed files with 498 additions and 366 deletions
|
|
@ -18,7 +18,8 @@ var modules = [
|
|||
'copayApp.services',
|
||||
'copayApp.controllers',
|
||||
'copayApp.directives',
|
||||
'copayApp.addons'
|
||||
'copayApp.addons',
|
||||
'bitcoincom.directives'
|
||||
];
|
||||
|
||||
var copayApp = window.copayApp = angular.module('copayApp', modules);
|
||||
|
|
@ -28,3 +29,4 @@ angular.module('copayApp.services', []);
|
|||
angular.module('copayApp.controllers', []);
|
||||
angular.module('copayApp.directives', []);
|
||||
angular.module('copayApp.addons', []);
|
||||
angular.module('bitcoincom.directives', []);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue