rename cosign -> copay throughout code
Also, "cosigners" becomes "copayers"
This commit is contained in:
parent
dbc0018ad3
commit
7176e49509
15 changed files with 44 additions and 44 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue