[Mobile] Transition/Create Fix

Fix the create button to work and
also transition well. Added transition mixin
to stay DRY.
This commit is contained in:
Shivam Dave
2015-07-16 13:22:07 -07:00
parent 6e6fbe0d65
commit 15a88967d0
5 changed files with 71 additions and 57 deletions

View File

@@ -31,16 +31,16 @@
<!-- TREE MENU: ADDED THE PANE LEFT HERE, similar to .pane.left example-->
<div class='split-pane-component treeview pane pane-special left desktop-browse'>
<div class='createBtnPos'>
<mct-representation key="'create-button'" mct-object="navigatedObject">
</mct-representation>
</div>
<div class='holder tree-holder abs'>
<mct-representation key="'tree'"
mct-object="domainObject"
ng-model="treeModel">
</mct-representation>
</div>
<div class='createBtnPos'>
<mct-representation key="'create-button'" mct-object="navigatedObject">
</mct-representation>
</div>
</div>
<mct-splitter class="mobile-splitter"></mct-splitter>