[Mobile] Menu Slide

Menu slides, but not transition
css slides out on click. Currently
uses document, which needs to be
replaced with angular version using
 and/or  and/or
ng-class and/or ng-click.
This commit is contained in:
Dave
2015-07-08 14:27:59 -07:00
parent 342be0822f
commit 07ef4dfe8a
8 changed files with 84 additions and 21 deletions

View File

@@ -19,11 +19,11 @@
this source code distribution or the Licensing information page available
at runtime from the About dialog for additional information.
-->
<div content="jquery-wrapper" class="abs holder-all browse-mode">
<div id="myElement" content="jquery-wrapper" class="abs holder-all browse-mode holder-hide">
<mct-include key="'topbar-browse'"></mct-include>
<div class="holder browse-area s-browse-area abs" ng-controller="BrowseController">
<mct-split-pane class='contents abs' anchor='left'>
<div class='split-pane-component treeview pane browse-manage'>
<div class='split-pane-component treeview pane browse-manage createtreebtns'>
<mct-representation key="'create-button'" mct-object="navigatedObject">
</mct-representation>
<div class='holder tree-holder abs'>

View File

@@ -19,7 +19,10 @@
this source code distribution or the Licensing information page available
at runtime from the About dialog for additional information.
-->
<div class='object-header'>
<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>
<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>

View File

@@ -27,7 +27,4 @@
<mct-representation mct-object="domainObject" key="'create-menu'">
</mct-representation>
</div>
<div class="btn s-btn s-icon-btn s-very-subtle key-properties" ng-click="createController.showtree()">
T
</div>
</div>