[Mobile] Create Menu

Create menu text has ellipsis
attribute now, so if text is cut off
it will have a '...' appended to it.
Also added comments to mixins.
This commit is contained in:
Shivam Dave
2015-07-17 10:28:19 -07:00
parent 1e2e20b145
commit 0d7387080d
5 changed files with 67 additions and 61 deletions

View File

@@ -20,11 +20,11 @@
at runtime from the About dialog for additional information.
-->
<div class="contents" ng-controller="CreateMenuController">
<div class="pane left menu-items pane-special left">
<div class="pane left menu-items mobile-super-menu">
<ul>
<li ng-repeat="createAction in createActions">
<a
<a class="mobile-super-menu-text"
ng-click="createAction.perform()"
ng-mouseover="representation.activeMetadata = createAction.getMetadata()"
ng-mouseleave="representation.activeMetadata = undefined">
@@ -37,7 +37,7 @@
</ul>
</div>
<div class="pane right menu-item-description">
<div class="pane right menu-item-description mobile-right-create">
<div class="desc-area ui-symbol icon type-icon">
{{representation.activeMetadata.glyph}}
</div>