Variable value select fixes and refactorings

This commit is contained in:
Torkel Ödegaard
2015-06-09 10:06:36 +02:00
parent c20fa85b82
commit f6845cd107
6 changed files with 39 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
<span class="template-variable tight-form-item" ng-show="!variable.hideLabel" style="padding-right: 5px">
{{variable.label || variable.name}}:
</span>
<select-dropdown variable="variable" on-updated="variableUpdated(variable)" get-values-for-tag="getValuesForTag(variable, tagKey)"></select-dropdown>
<value-select-dropdown variable="variable" on-updated="variableUpdated(variable)" get-values-for-tag="getValuesForTag(variable, tagKey)"></value-select-dropdown>
</li>
</ul>