Fix event tracking not being injecting

This commit is contained in:
Alasdair Smith 2017-09-28 13:02:16 +01:00
parent 39c8a6a193
commit e95778c703

View file

@ -1,7 +1,7 @@
define [
"base"
], (App) ->
App.controller "AutoCompileOnboardingController", ($scope) ->
App.controller "AutoCompileOnboardingController", ($scope, event_tracking) ->
recompileBtn = angular.element('#recompile')
popover = angular.element('.onboarding__autocompile')
{ top, left } = recompileBtn.offset()