mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 21:53:08 +00:00
[Template] Move ng-click to parent node
Move the ng-click directive to the li element to match the element that receives hover styles. Fixes nasa/openmctweb#60.
This commit is contained in:
parent
2ca3c6ea93
commit
37cd73c6e8
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user