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