Merge branch 'master' of https://github.com/nasa/openmctweb into searchservice

This commit is contained in:
slhale
2015-08-12 13:17:17 -07:00
36 changed files with 2034 additions and 95 deletions

View File

@@ -23,9 +23,8 @@
<div class="pane left menu-items">
<ul>
<li ng-repeat="createAction in createActions">
<li ng-repeat="createAction in createActions" ng-click="createAction.perform()">
<a
ng-click="createAction.perform()"
ng-mouseover="representation.activeMetadata = createAction.getMetadata()"
ng-mouseleave="representation.activeMetadata = undefined">
<span class="ui-symbol icon type-icon">
@@ -48,4 +47,4 @@
{{representation.activeMetadata.description}}
</div>
</div>
</div>
</div>