copay/js/init.js

7 lines
125 B
JavaScript
Raw Normal View History

2014-03-14 13:38:27 -07:00
'use strict';
angular.element(document).ready(function() {
// Init the app
2014-03-18 09:22:20 -07:00
angular.bootstrap(document, ['cosign']);
2014-03-14 13:38:27 -07:00
});