Wallet/js/init.js

6 lines
125 B
JavaScript
Raw Normal View History

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