ref/functions-names-01
This commit is contained in:
parent
3dd7f7a607
commit
39b6aa149c
3 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.services').factory('utilService', function(profileService, rateService, configService, lodash) {
|
||||
angular.module('copayApp.services').factory('txFormatService', function(profileService, rateService, configService, lodash) {
|
||||
var root = {};
|
||||
|
||||
var formatAmountStr = function(amount) {
|
||||
Loading…
Add table
Add a link
Reference in a new issue