Wallet/js/init.js
Matias Alejo Garcia 9ca83e35fc fix peers, pubkey WIP
2014-04-08 00:54:38 -03:00

6 lines
153 B
JavaScript

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