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

@ -93,4 +93,4 @@ Video.prototype.close = function() {
this.mediaConnections = {};
};
angular.module('copayApp.video').value('video', new Video());
angular.module('copayApp.services').value('video', new Video());