cambiando searchBar
This commit is contained in:
parent
c788ea5e29
commit
b93c3f50e3
|
@ -4,7 +4,8 @@
|
|||
<vn-vertical pad-medium>
|
||||
<vn-horizontal vn-one margin-large-bottom class="locator-header">
|
||||
<vn-title vn-one><span translate>Finder</span></vn-title>
|
||||
<!--<form vn-two vn-horizontal class="filterPanel" ng-submit="$ctrl.searchTickets()">
|
||||
|
||||
<form vn-two vn-horizontal class="filterPanel" ng-submit="$ctrl.searchTickets()">
|
||||
<vn-textfield vn-one label="Filtro" model="$ctrl.filter.q"></vn-textfield>
|
||||
<vn-icon
|
||||
vn-none
|
||||
|
@ -14,16 +15,8 @@
|
|||
ng-click="$ctrl.moreFilters($event)">
|
||||
</vn-icon>
|
||||
<vn-button vn-none pad-small-top label="Filtrar" ng-click="$ctrl.searchTickets()"></vn-button>
|
||||
</form>-->
|
||||
<vn-two>
|
||||
<vn-searchbar vn-auto
|
||||
index="$ctrl"
|
||||
on-search="$ctrl.searchTickets($ctrl.filter)"
|
||||
advanced="true"
|
||||
search="$ctrl.filter.q"
|
||||
popover="vn-production-filter-panel">
|
||||
</vn-searchbar>
|
||||
</vn-two>
|
||||
</form>
|
||||
|
||||
<vn-one vn-horizontal>
|
||||
<vn-one></vn-one>
|
||||
<vn-autocomplete vn-two
|
||||
|
|
Loading…
Reference in New Issue