Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/js/components/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
* <a href ui-toggle='uiSidebarRight'>Toggle sidebar right</a>
* ```
*
* You can put `ui-turn-off='uiSidebarLeft'` or `ui-turn-off='uiSidebarLeft'`
* inside the sidebar to make it close after clicking links inside them.
* You can put `ui-turn-off='uiSidebarLeft'` or `ui-turn-off='uiSidebarRight'`
* inside the sidebar to make it close after clicking/tapping outside them.
*
* By default sidebar are closed by clicking/tapping outside them.
* By default (without ui-turn-off) sidebar are closed by clicking/tapping links inside them.
*/
(function() {
'use strict';
Expand Down