[Common UI] Initial commonUI bundles
Bring in work on general-purpose and over-arching user interface bundles from the sandbox transition branch. WTD-574.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<div class="menu-element context-menu-wrapper" ng-controller="ContextMenuController">
|
||||
<div class="menu context-menu dropdown">
|
||||
<ul>
|
||||
|
||||
<li ng-repeat="menuAction in menuActions">
|
||||
<a href=""
|
||||
ng-click="menuAction.perform()"
|
||||
title="{{menuAction.getMetadata().description}}">
|
||||
<span class="ui-symbol icon type-icon">
|
||||
{{menuAction.getMetadata().glyph}}
|
||||
</span>
|
||||
{{menuAction.getMetadata().name}}
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user