mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 07:51:23 -03:30
Have to pass the $event in order to stop bubbling
This commit is contained in:
parent
a52d686306
commit
9ad5810140
@ -16,7 +16,7 @@
|
||||
<div class="TagSearch-dropdownItem"
|
||||
ng-repeat="type in searchTypes track by $index"
|
||||
ng-class="{'is-selected': (currentSearchType.id === type.id)}"
|
||||
ng-click="setSearchType(type)">
|
||||
ng-click="setSearchType($event, type)">
|
||||
{{ type.label }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user