mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 19:00:09 -04:00
3 lines
149 B
HTML
3 lines
149 B
HTML
<select ng-model="$ctrl.param.value" class="form-control" ng-options="option.value as option.name for option in $ctrl.queryResultOptions">
|
|
</select>
|