rename cosign -> copay throughout code

Also, "cosigners" becomes "copayers"
This commit is contained in:
Ryan X. Charles 2014-03-28 14:08:14 -04:00
commit 7176e49509
15 changed files with 44 additions and 44 deletions

View file

@ -2,7 +2,7 @@
//Setting up route
angular
.module('cosign')
.module('copay')
.config(function($routeProvider) {
$routeProvider
@ -34,7 +34,7 @@ angular
//Setting HTML5 Location Mode
angular
.module('cosign')
.module('copay')
.config(function($locationProvider) {
$locationProvider
.html5Mode(false);