diff --git a/extensions/interactions/DragAndDropSortInput/DragAndDropSortInput.html b/extensions/interactions/DragAndDropSortInput/DragAndDropSortInput.html index 57d9f5bd1dcb..ecbca2b6ebc2 100644 --- a/extensions/interactions/DragAndDropSortInput/DragAndDropSortInput.html +++ b/extensions/interactions/DragAndDropSortInput/DragAndDropSortInput.html @@ -1,5 +1,5 @@ + + - - diff --git a/extensions/interactions/DragAndDropSortInput/directives/OppiaInteractiveDragAndDropSortInputDirective.js b/extensions/interactions/DragAndDropSortInput/directives/OppiaInteractiveDragAndDropSortInputDirective.js index 8090bf60f1ca..08b313f25e08 100644 --- a/extensions/interactions/DragAndDropSortInput/directives/OppiaInteractiveDragAndDropSortInputDirective.js +++ b/extensions/interactions/DragAndDropSortInput/directives/OppiaInteractiveDragAndDropSortInputDirective.js @@ -17,11 +17,10 @@ */ oppia.directive('oppiaInteractiveDragAndDropSortInput', [ - 'HtmlEscaperService', 'UrlInterpolationService', - 'dragAndDropSortInputRulesService', - function( - HtmlEscaperService, UrlInterpolationService, - dragAndDropSortInputRulesService) { + 'DragAndDropSortInputRulesService', 'HtmlEscaperService', + 'UrlInterpolationService', function( + DragAndDropSortInputRulesService, HtmlEscaperService, + UrlInterpolationService) { return { restrict: 'E', scope: {}, diff --git a/extensions/interactions/ImageClickInput/ImageClickInput.html b/extensions/interactions/ImageClickInput/ImageClickInput.html index daa2759b8a0d..18ddc6b9bb6c 100644 --- a/extensions/interactions/ImageClickInput/ImageClickInput.html +++ b/extensions/interactions/ImageClickInput/ImageClickInput.html @@ -1,5 +1,5 @@ + + - - diff --git a/extensions/interactions/ImageClickInput/directives/OppiaInteractiveImageClickInputDirective.js b/extensions/interactions/ImageClickInput/directives/OppiaInteractiveImageClickInputDirective.js index 8aaff96c7c25..a3cfd5952aeb 100644 --- a/extensions/interactions/ImageClickInput/directives/OppiaInteractiveImageClickInputDirective.js +++ b/extensions/interactions/ImageClickInput/directives/OppiaInteractiveImageClickInputDirective.js @@ -22,16 +22,14 @@ oppia.directive('oppiaInteractiveImageClickInput', [ '$sce', 'AssetsBackendApiService', 'ContextService', - 'HtmlEscaperService', 'ImagePreloaderService', - 'UrlInterpolationService', 'imageClickInputRulesService', - 'EVENT_NEW_CARD_AVAILABLE', 'EXPLORATION_EDITOR_TAB_CONTEXT', - 'LOADING_INDICATOR_URL', + 'HtmlEscaperService', 'ImageClickInputRulesService', 'ImagePreloaderService', + 'UrlInterpolationService', 'EVENT_NEW_CARD_AVAILABLE', + 'EXPLORATION_EDITOR_TAB_CONTEXT', 'LOADING_INDICATOR_URL', function( $sce, AssetsBackendApiService, ContextService, - HtmlEscaperService, ImagePreloaderService, - UrlInterpolationService, imageClickInputRulesService, - EVENT_NEW_CARD_AVAILABLE, EXPLORATION_EDITOR_TAB_CONTEXT, - LOADING_INDICATOR_URL) { + HtmlEscaperService, ImageClickInputRulesService, ImagePreloaderService, + UrlInterpolationService, EVENT_NEW_CARD_AVAILABLE, + EXPLORATION_EDITOR_TAB_CONTEXT, LOADING_INDICATOR_URL) { return { restrict: 'E', scope: { diff --git a/extensions/interactions/ItemSelectionInput/ItemSelectionInput.html b/extensions/interactions/ItemSelectionInput/ItemSelectionInput.html index 6f55b21c6c5d..78b5f5ed7576 100644 --- a/extensions/interactions/ItemSelectionInput/ItemSelectionInput.html +++ b/extensions/interactions/ItemSelectionInput/ItemSelectionInput.html @@ -1,7 +1,7 @@ + + - - diff --git a/extensions/interactions/ItemSelectionInput/directives/OppiaInteractiveItemSelectionInputDirective.js b/extensions/interactions/ItemSelectionInput/directives/OppiaInteractiveItemSelectionInputDirective.js index 36442e236861..da5ff3730796 100644 --- a/extensions/interactions/ItemSelectionInput/directives/OppiaInteractiveItemSelectionInputDirective.js +++ b/extensions/interactions/ItemSelectionInput/directives/OppiaInteractiveItemSelectionInputDirective.js @@ -21,11 +21,10 @@ */ oppia.directive('oppiaInteractiveItemSelectionInput', [ - 'HtmlEscaperService', 'UrlInterpolationService', - 'itemSelectionInputRulesService', - function( - HtmlEscaperService, UrlInterpolationService, - itemSelectionInputRulesService) { + 'HtmlEscaperService', 'ItemSelectionInputRulesService', + 'UrlInterpolationService', function( + HtmlEscaperService, ItemSelectionInputRulesService, + UrlInterpolationService) { return { restrict: 'E', scope: {},