huanguolin / ng-helper

The Perfect Assistant for Angular.js with TypeScript Development.
https://marketplace.visualstudio.com/items?itemName=huanguolin.ng-helper
Other
2 stars 0 forks source link

Hover hint not woking on some special place. #1

Closed huanguolin closed 4 months ago

huanguolin commented 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".

huanguolin commented 4 months ago

not handle ' in icon='icon-export'