Wallet/js/init.js
Ryan X. Charles 7176e49509 rename cosign -> copay throughout code
Also, "cosigners" becomes "copayers"
2014-03-28 14:12:56 -04:00

6 lines
124 B
JavaScript

'use strict';
angular.element(document).ready(function() {
// Init the app
angular.bootstrap(document, ['copay']);
});