dibari / angular-ellipsis

Angular directive to truncate multi-line text to visible height

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you dynamically turn on/off data-ellipsis?

tomobrien2004 opened this issue · comments

Hi,

I was wondering if there is any way to tell dynamically if the directive is actually doing the 'ellipsis'-ing? I have a situation where I would like to be able to turn the ellipsis on or off.

In ui-bootstrap's popover button there is an option on the directive called popover-is-open, which allows you to open/close the thing based on a value. Is there an easy way to do the same with data-ellipsis?

Tom