Wallet/public/js/init.js
2014-03-14 17:38:27 -03:00

6 lines
128 B
JavaScript

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