<selectng-model="filter.entity"ng-options="entity as entity.key for entity in entities"></select>
<selectng-if="filter.entity"ng-model="filter.column"ng-options="column as column.key for column in filter.entity.columns | orderBy:'key'"></select>
<selectng-if="filter.column"ng-model="filter.operator"ng-options="operator.key as operator.label for operator in operators[filter.column.type]"></select>