ref/functions-names-01

This commit is contained in:
Gustavo Maximiliano Cortez 2015-09-09 16:17:08 -03:00
commit 39b6aa149c
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 6 additions and 6 deletions

View file

@ -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) {