Skip to content

Commit

Permalink
Fix typo in base_content_directive.html (oppia#7265)
Browse files Browse the repository at this point in the history
  • Loading branch information
Showtim3 authored and DubeySandeep committed Aug 4, 2019
1 parent ed8bd16 commit 041f148
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</div>

<div class="oppia-base-container"
ng-class="{'oppia-sidebar-menu-open': $crtl.isSidebarShown(), 'oppia-sidebar-menu-closed': !$crtl.isSidebarShown()}"
ng-class="{'oppia-sidebar-menu-open': $ctrl.isSidebarShown(), 'oppia-sidebar-menu-closed': !$ctrl.isSidebarShown()}"
ng-swipe-left="$ctrl.closeSidebarOnSwipe()" ng-swipe-disable-mouse="false">
<div class="oppia-content-container">
<div id="wrapper">
Expand Down

0 comments on commit 041f148

Please sign in to comment.