[Enhancement] Pass element to plot controller

This will be used for exporting an image of the plot.
This commit is contained in:
David Hudson 2016-09-02 02:31:34 +09:00
parent 5e0975ddfa
commit 06a453333a

View File

@ -70,6 +70,7 @@ define([
"implementation": PlotController,
"depends": [
"$scope",
"$element",
"telemetryFormatter",
"telemetryHandler",
"throttle",