mirror of
https://github.com/nasa/openmct.git
synced 2025-01-08 22:12:42 +00:00
06b599ee37
Begin implementing moveable splitter, WTD-747.
9 lines
309 B
HTML
9 lines
309 B
HTML
<span ng-controller="SplitPaneController as splitter">
|
|
<div class="splitter" ng-style="splitter.style()"
|
|
mct-drag="splitter.move(delta.x)">
|
|
</div>
|
|
<div class='split-pane-component items pane' style="right:0;"
|
|
ng-style="splitter.style()"
|
|
ng-transclude>
|
|
</div>
|
|
</span> |