refactor adding sqlPart

This commit is contained in:
Sven Klemm
2018-07-15 12:26:22 +02:00
parent f48060a1bb
commit f85c9c012e
4 changed files with 39 additions and 121 deletions

View File

@@ -44,7 +44,7 @@
<div class="gf-form">
<label class="dropdown"
dropdown-typeahead="ctrl.selectMenu"
dropdown-typeahead-on-select="ctrl.addSelectPart(selectParts, $item, $subItem)">
dropdown-typeahead-on-select="ctrl.addSelectPart(selectParts, $item)">
</label>
</div>