added rates to tx history
This commit is contained in:
parent
3eb45e529f
commit
bdec000af5
7 changed files with 24 additions and 19 deletions
|
|
@ -1,7 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.services').factory('rateService', function(request) {
|
||||
return copay.RateService.singleton({
|
||||
var cfg = _.extend(config.rates, {
|
||||
request: request
|
||||
});
|
||||
return copay.RateService.singleton(cfg);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue