mirror of
https://github.com/getredash/redash.git
synced 2026-03-21 16:00:09 -04:00
* Feature: Query based parameter (drop-down) * Restrict to string column for query parameter * Fix lint errors * Fix html in paramters.html * Addressed comments from @arikfr
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>
|