Add an explicit injector for the 'Run Code' button. Update es6-shim dependency to prevent console errors.

This commit is contained in:
Sean Lip
2016-05-27 16:37:39 -07:00
parent f0dcf3521e
commit 9791b48533
4 changed files with 28 additions and 16 deletions

View File

@@ -52,6 +52,11 @@
<blockly-app></blockly-app>
<script>
var ACCESSIBLE_GLOBALS = {
// Additional buttons for the workspace toolbar that
// go before the "Clear Workspace" button.
toolbarButtonConfig: []
};
document.addEventListener('DOMContentLoaded', function() {
ng.platform.browser.bootstrap(blocklyApp.AppView);
});