copay/js/init.js

7 lines
124 B
JavaScript
Raw Normal View History

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