refactor CR Joan
This commit is contained in:
parent
cad4f1617a
commit
072581a0fe
|
@ -12,7 +12,7 @@
|
|||
<div class="mdl-chip__action">
|
||||
<i
|
||||
class="material-icons pointer"
|
||||
ng-show="$ctrl.model && ($ctrl.hasFocus || $ctrl.hasMouseIn)"
|
||||
ng-show="$ctrl.enabled && $ctrl.model && ($ctrl.hasFocus || $ctrl.hasMouseIn)"
|
||||
ng-click="$ctrl.onClear()">
|
||||
clear
|
||||
</i>
|
||||
|
|
Loading…
Reference in New Issue