[Timeline] Update scroll position on timeout

Fixes #817
This commit is contained in:
Victor Woeltjen
2016-06-02 15:34:32 -07:00
parent 026ece3956
commit d02f4041b2
3 changed files with 14 additions and 2 deletions

View File

@@ -472,6 +472,7 @@ define([
"implementation": TimelineZoomController,
"depends": [
"$scope",
"$timeout",
"TIMELINE_ZOOM_CONFIGURATION"
]
},