mirror of
https://github.com/nasa/openmct.git
synced 2025-05-21 17:57:39 +00:00
Moved MCTPinch directive into plot-reborn. Now emits on pinch action the event to the controller. Edited plot.html to clean up and edited mct-plot.html to include mct-pinch. DrawLoader adjusted to allow and prevent error.
10 lines
309 B
HTML
10 lines
309 B
HTML
<span ng-controller="PlotController as controller">
|
|
<mct-plot series="series"
|
|
viewport="viewport"
|
|
rectangles="rectangles"
|
|
axes="axes"
|
|
displayable-range="displayableRange"
|
|
displayable-domain="displayableDomain">
|
|
</mct-plot>
|
|
</span>
|