disable joyride interaction

stable
Juanfran 2015-10-16 10:56:24 +02:00 committed by Alejandro Alonso
parent d55e4468af
commit a5ff8517ce
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ JoyRideDirective = ($rootScope, currentUserService, joyRideService) ->
nextLabel: 'Next →', nextLabel: 'Next →',
prevLabel: '← Back', prevLabel: '← Back',
skipLabel: 'Skip', skipLabel: 'Skip',
doneLabel: 'Done' doneLabel: 'Done',
disableInteraction: true
}) })
intro.oncomplete () -> intro.oncomplete () ->