Wallet/public/js/init.js
2014-03-18 13:22:20 -03:00

6 lines
125 B
JavaScript

'use strict';
angular.element(document).ready(function() {
// Init the app
angular.bootstrap(document, ['cosign']);
});