identity now emits!
This commit is contained in:
parent
57299d675e
commit
3ae6378678
33 changed files with 376 additions and 346 deletions
11
js/services/pendingTxsService.js
Normal file
11
js/services/pendingTxsService.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
angular.module('copayApp.services')
|
||||
.factory('pendingTxsService', function($rootScope, $sce, $location, $filter, notification, $timeout, rateService) {
|
||||
var root = {};
|
||||
root.update = function(w) {
|
||||
console.log('[pendingTxsService.js.8] TODO updade pending Txs'); //TODO
|
||||
};
|
||||
return root;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue