Closed huanguolin closed 4 months ago
<common-button icon='icon-export' title="{{ctrl.title}}" disabled="!ctrl.title.length"></common-button>
Hover hint work well on title="{{ctrl.title}}", but not working on disabled="!ctrl.title.length".
title="{{ctrl.title}}"
disabled="!ctrl.title.length"
not handle ' in icon='icon-export'
'
icon='icon-export'
Hover hint work well on
title="{{ctrl.title}}"
, but not working ondisabled="!ctrl.title.length"
.