add tooltips for slides navigation

This commit is contained in:
Anton Georgiev 2015-05-07 12:17:52 -04:00
parent c66ffcd817
commit ff7166bf45

View File

@ -8,8 +8,8 @@
{{title}}
{{#if isCurrentUserPresenter}}
<span class="presentationNavigationControls">
<button class="previousSlide ion-arrow-left-a"></button>
<button class="nextSlide ion-arrow-right-a"></button>
<button class="previousSlide ion-arrow-left-a" title="Go to the previous slide"></button>
<button class="nextSlide ion-arrow-right-a" title="Go to the next slide"></button>
</span>
{{/if}}
</h3>