Fix incorrect selector

This commit is contained in:
Alasdair Smith 2017-09-29 10:53:06 +01:00
parent dd7e6f0612
commit ba6a0b44a9

View file

@ -16,7 +16,7 @@ define [
})
else
$scope.placement = 'right'
angular.element('.onboarding__autocompile').offset({
popover.offset({
top: top,
left: left + recompileBtn.width()
})