sparkalow / angular-truncate

truncate text and add ellipses.
MIT License
311 stars 88 forks source link

truncate html text and keep tag safe #31

Open AbraaoAlves opened 8 years ago

AbraaoAlves commented 8 years ago

Sample:

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