WIP: refs #5414 eliminados chips de la searchBar #1405

Closed
vicent wants to merge 1 commits from 5414-searchBar_deleteChips into dev
1 changed files with 1 additions and 13 deletions

View File

@ -9,18 +9,6 @@
ng-click="$ctrl.onSubmit()"
pointer>
</vn-icon>
<div class="search-params">
<span
ng-repeat="param in $ctrl.params"
class="search-param"
title="{{param.chip}}">
<vn-icon
icon="close"
ng-click="$ctrl.removeParam($index)">
</vn-icon>
{{param.chip}}
</span>
</div>
</prepend>
<append>
<vn-icon
@ -41,4 +29,4 @@
<vn-popover
vn-id="popover"
on-close="$ctrl.onPopoverClose()">
</vn-popover>
</vn-popover>