1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

fix training description remain on screen after click

This commit is contained in:
Sylvain 2016-03-29 16:54:51 +02:00
parent f1181f3994
commit ff7e33e5e2

View File

@ -447,7 +447,6 @@ Application.Controllers.controller "ReserveTrainingController", ["$scope", "$sta
element.attr(
'uib-popover': event.training.description
'popover-trigger': 'mouseenter'
'popover-append-to-body': true
)
$compile(element)($scope)