change names in services

This commit is contained in:
Matias Alejo Garcia 2014-06-03 17:42:36 -03:00
commit 77f6a8221a
20 changed files with 53 additions and 59 deletions

View file

@ -1,6 +1,6 @@
'use strict';
angular.module('copayApp.controllerUtils')
angular.module('copayApp.services')
.factory('controllerUtils', function($rootScope, $sce, $location, $notification, Socket, video) {
var root = {};
var bitcore = require('bitcore');