textfield: icons position changed

This commit is contained in:
dherrero 2017-10-10 12:37:52 +02:00
parent 2d7e3f8dfe
commit bf903d8b1e
1 changed files with 1 additions and 1 deletions

View File

@ -16,8 +16,8 @@
ng-readonly="$ctrl.readonly"
/>
<div class="mdl-chip__action">
<i class="material-icons pointer" ng-show="$ctrl.hasValue&&($ctrl.hasFocus||$ctrl.hasMouseIn)" ng-click="$ctrl.clear()">clear</i>
<i class="material-icons" ng-if="$ctrl.hasInfo" vn-tooltip="{{$ctrl.info}}" tooltip-position="up">info_outline</i>
<i class="material-icons pointer" ng-show="$ctrl.hasValue&&($ctrl.hasFocus||$ctrl.hasMouseIn)" ng-click="$ctrl.clear()">clear</i>
</div>
<label class="mdl-textfield__label" translate>{{$ctrl.label}}</label>
</div>