Add tooltips to next/previous slot buttons

pull/249/head
Francis Lachapelle 2019-02-21 09:06:36 -05:00
parent 3df3c7c037
commit 4adf2f80e9
1 changed files with 8 additions and 2 deletions

View File

@ -20,10 +20,16 @@
<sg-timepicker ng-model="editor.component.$attendees.slotEndTimeLimit"><!-- slot end --></sg-timepicker>
<md-button class="md-icon-button"
label:aria-label="Previous slot"
ng-click="editor.previousSlot()"><md-icon>chevron_left</md-icon></md-button>
ng-click="editor.previousSlot()">
<md-tooltip><var:string label:value="Previous slot"/></md-tooltip>
<md-icon>chevron_left</md-icon>
</md-button>
<md-button class="md-icon-button"
label:aria-label="Next slot"
ng-click="editor.nextSlot()"><md-icon>chevron_right</md-icon></md-button>
ng-click="editor.nextSlot()">
<md-tooltip><var:string label:value="Next slot"/></md-tooltip>
<md-icon>chevron_right</md-icon>
</md-button>
</div>
<div layout="row">
<!-- attendees -->