mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 03:06:54 +00:00
Merge pull request #62 from nasa/bigger-create-clicktarget
[Template] Move ng-click to parent node
This commit is contained in:
commit
3e94eba0d1
@ -23,9 +23,8 @@
|
|||||||
<div class="pane left menu-items">
|
<div class="pane left menu-items">
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<li ng-repeat="createAction in createActions">
|
<li ng-repeat="createAction in createActions" ng-click="createAction.perform()">
|
||||||
<a
|
<a
|
||||||
ng-click="createAction.perform()"
|
|
||||||
ng-mouseover="representation.activeMetadata = createAction.getMetadata()"
|
ng-mouseover="representation.activeMetadata = createAction.getMetadata()"
|
||||||
ng-mouseleave="representation.activeMetadata = undefined">
|
ng-mouseleave="representation.activeMetadata = undefined">
|
||||||
<span class="ui-symbol icon type-icon">
|
<span class="ui-symbol icon type-icon">
|
||||||
|
Loading…
Reference in New Issue
Block a user