[Mobile] Moved Button
Button moved to the Browse.html and BrowseController handles the tree slide.
This commit is contained in:
@@ -41,6 +41,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</mct-split-pane>
|
||||
<div class="btn s-btn s-icon-btn s-very-subtle key-properties button-hide"
|
||||
ng-click="treeSlide()">T</div>
|
||||
</div>
|
||||
<mct-include key="'bottombar'"></mct-include>
|
||||
</div>
|
||||
|
||||
@@ -19,10 +19,7 @@
|
||||
this source code distribution or the Licensing information page available
|
||||
at runtime from the About dialog for additional information.
|
||||
-->
|
||||
<div class='object-header' ng-controller="TreeMenuController as treeController">
|
||||
<div class="btn s-btn s-icon-btn s-very-subtle key-properties" ng-click="treeController.toggle()">
|
||||
T
|
||||
</div>
|
||||
<div class='object-header object-header-mobile'>
|
||||
<span class="label s-label">
|
||||
<span class='type-icon icon ui-symbol'>{{type.getGlyph()}}</span>
|
||||
<span ng-if="parameters.mode" class='action'>{{parameters.mode}}</span>
|
||||
|
||||
Reference in New Issue
Block a user