angular-truncate icon indicating copy to clipboard operation
angular-truncate copied to clipboard

truncate html text and keep tag safe

Open AbraaoAlves opened this issue 9 years ago • 0 comments

Sample:

characterFilter('<p><div>hello world</div></p>', 4)
// <p><div>hell...</div></p> 

AbraaoAlves avatar Feb 24 '16 01:02 AbraaoAlves