diff --git a/accessible/app.component.js b/accessible/app.component.js index 89d7fbe58..3a79c328c 100644 --- a/accessible/app.component.js +++ b/accessible/app.component.js @@ -55,7 +55,7 @@ blocklyApp.AppView = ng.core.Component({ providers: [ blocklyApp.ClipboardService, blocklyApp.NotificationsService, blocklyApp.TreeService, blocklyApp.UtilsService, - blocklyApp.AudioService, blocklyApp.ModalService, + blocklyApp.AudioService, blocklyApp.BlockOptionsModalService, blocklyApp.KeyboardInputService] }) .Class({ diff --git a/accessible/block-options-modal.component.js b/accessible/block-options-modal.component.js index 9ae2baabc..7bbeb946d 100644 --- a/accessible/block-options-modal.component.js +++ b/accessible/block-options-modal.component.js @@ -26,12 +26,12 @@ blocklyApp.BlockOptionsModalComponent = ng.core.Component({ selector: 'blockly-block-options-modal', template: ` -