@ -7,8 +7,8 @@
ng-attr-id="values-{{$ctrl.filter.name}}"
ng-attr-id="values-{{$ctrl.filter.name}}"
class="form--select -small"
class="form--select -small"
style="vertical-align: top;"
style="vertical-align: top;"
ng-options="$ctrl.filterValue( value[1]) as value[0] for value in $ctrl.availableOptions">
ng-options="value[1] as value[0] for value in $ctrl.availableOptions">
< option value = "" ng-show = "false "> < / option >
< option value = "" disabled ng-bind = "::$ctrl.text.placeholder "> < / option >
< / select >
< / select >
< select multiple
< select multiple
@ -20,8 +20,8 @@
ng-attr-id="values-{{$ctrl.filter.name}}"
ng-attr-id="values-{{$ctrl.filter.name}}"
class="form--select -small"
class="form--select -small"
style="vertical-align: top;"
style="vertical-align: top;"
ng-options="$ctrl.filterValue( value[1]) as value[0] for value in $ctrl.availableOptions">
ng-options="value[1] as value[0] for value in $ctrl.availableOptions">
< option value = "" ng-show = "false "> < / option >
< option value = "" disabled ng-bind = "::$ctrl.text.placeholder "> < / option >
< / select >
< / select >
< a href class = "form-label no-decoration-on-hover -transparent" ng-click = "$ctrl.toggleMultiselect()" >
< a href class = "form-label no-decoration-on-hover -transparent" ng-click = "$ctrl.toggleMultiselect()" >