change var name from copay to copayApp

This commit is contained in:
Mario Colque 2014-04-23 18:03:22 -03:00
commit 02af76cdb9
2 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
'use strict';
var copay = window.copay = angular.module('copay',[
var copayApp = window.copayApp = angular.module('copay',[
'ngRoute',
'mm.foundation',
'monospaced.qrcode',