Wallet/js/init.js

6 lines
124 B
JavaScript
Raw Normal View History

2014-03-14 17:38:27 -03:00
'use strict';
2014-04-30 12:25:33 -03:00
2014-03-14 17:38:27 -03:00
angular.element(document).ready(function() {
// Init the app
angular.bootstrap(document, ['copay']);
2014-03-14 17:38:27 -03:00
});