refactor CR Gerard

This commit is contained in:
Carlos Jimenez 2018-08-29 08:15:23 +02:00
parent 072581a0fe
commit 5d6a8f773c
1 changed files with 2 additions and 3 deletions

View File

@ -21,11 +21,10 @@
<div class="suffix"> <div class="suffix">
<i class="material-icons clear" <i class="material-icons clear"
translate-attr="{title: 'Clear'}" translate-attr="{title: 'Clear'}"
ng-class="{visible: ng-show="!$ctrl.disabled
!$ctrl.disabled
&& $ctrl.hasValue && $ctrl.hasValue
&& ($ctrl.hasFocus) && ($ctrl.hasFocus)
&& !$ctrl.unclearable}" && !$ctrl.unclearable"
ng-click="$ctrl.clear()"> ng-click="$ctrl.clear()">
clear clear
</i> </i>