change angular module namespace to copayApp
This commit is contained in:
parent
7432f216bb
commit
ac58d9744e
21 changed files with 92 additions and 89 deletions
|
|
@ -93,4 +93,4 @@ Video.prototype.close = function() {
|
|||
this.mediaConnections = {};
|
||||
};
|
||||
|
||||
angular.module('copay.video').value('video', new Video());
|
||||
angular.module('copayApp.video').value('video', new Video());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue