mirror of
https://github.com/nasa/openmct.git
synced 2025-02-08 20:10:28 +00:00
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> |