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,5 +2,5 @@
angular.element(document).ready(function() {
// Init the app
angular.bootstrap(document, ['cosign']);
angular.bootstrap(document, ['copay']);
});