mirror of
https://github.com/nasa/openmct.git
synced 2025-05-29 05:34:18 +00:00
Removed unused 'controller as'
This commit is contained in:
parent
65ca78d8aa
commit
a910fa8f37
@ -20,7 +20,7 @@
|
|||||||
at runtime from the About dialog for additional information.
|
at runtime from the About dialog for additional information.
|
||||||
-->
|
-->
|
||||||
<span class="l-inspect">
|
<span class="l-inspect">
|
||||||
<div ng-controller="PaneController as modelPaneEdit">
|
<div ng-controller="PaneController">
|
||||||
<mct-split-pane class='abs contents split-layout' anchor='bottom'>
|
<mct-split-pane class='abs contents split-layout' anchor='bottom'>
|
||||||
<div class="split-pane-component pane top">
|
<div class="split-pane-component pane top">
|
||||||
<div class="abs holder holder-inspector l-flex-col">
|
<div class="abs holder holder-inspector l-flex-col">
|
||||||
@ -31,8 +31,8 @@
|
|||||||
ng-model="ngModel"
|
ng-model="ngModel"
|
||||||
class="flex-elem grows vscroll l-flex-col">
|
class="flex-elem grows vscroll l-flex-col">
|
||||||
</mct-representation>
|
</mct-representation>
|
||||||
</div><!--/ holder-inspector -->
|
</div>
|
||||||
</div><!--/ split-pane-component -->
|
</div>
|
||||||
<mct-splitter class="splitter-inspect-panel mobile-hide"></mct-splitter>
|
<mct-splitter class="splitter-inspect-panel mobile-hide"></mct-splitter>
|
||||||
<div class="split-pane-component pane bottom">
|
<div class="split-pane-component pane bottom">
|
||||||
<div class="abs holder holder-elements l-flex-col">
|
<div class="abs holder holder-elements l-flex-col">
|
||||||
@ -45,5 +45,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</mct-split-pane>
|
</mct-split-pane>
|
||||||
</div><!--/ PaneController -->
|
</div>
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user