copay/js/init.js

7 lines
153 B
JavaScript
Raw Normal View History

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