2015-04-28 10:54:22 -05:00
|
|
|
<span class="template-variable" ng-show="!variable.hideLabel" style="padding-right: 5px">
|
|
|
|
{{labelText}}:
|
|
|
|
</span>
|
2015-04-27 06:59:20 -05:00
|
|
|
<a ng-click="show()" class="variable-value-link">
|
|
|
|
{{linkText}}
|
|
|
|
<i class="fa fa-caret-down"></i>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<div ng-if="selectorOpen" class="variable-value-dropdown">
|
2015-04-29 07:23:29 -05:00
|
|
|
<div class="variable-search-wrapper">
|
2015-04-27 06:59:20 -05:00
|
|
|
<span style="position: relative;">
|
2015-04-29 07:23:29 -05:00
|
|
|
<input type="text" placeholder="Search values..." give-focus="giveFocus" tabindex="1" ng-model="query.query" spellcheck='false' ng-change="search()" />
|
2015-04-27 06:59:20 -05:00
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="variable-options-container" ng-if="!query.tagcloud">
|
2015-04-29 08:34:14 -05:00
|
|
|
<a class="variable-option pointer" bindonce ng-repeat="option in options" ng-class="{'selected': option.selected}" ng-click="optionSelected(option, $event)">
|
2015-04-27 06:59:20 -05:00
|
|
|
<span >{{option.text}}</label>
|
2015-04-29 08:34:14 -05:00
|
|
|
<span class="fa fa-fw variable-option-icon"></span>
|
2015-04-27 06:59:20 -05:00
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|