Removed unused 'controller as'

This commit is contained in:
Henry 2016-02-26 17:04:58 -08:00
parent 65ca78d8aa
commit a910fa8f37

View File

@ -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>