insight-ui-zcash/public/js/init.js

7 lines
130 B
JavaScript
Raw Normal View History

2014-01-06 12:34:25 -08:00
'use strict';
angular.element(document).ready(function() {
2014-01-06 12:54:32 -08:00
//Then init the app
2014-01-17 06:46:12 -08:00
angular.bootstrap(document, ['insight']);
2014-01-06 12:54:32 -08:00
});