I'm using ng-repeat
to fill a table. Some elements have a pretty long length, and I'm looking for a way to cut the content into multiple lines, if a specific length is reached.
During research I found Angulars limitTo
, but it does not exactly look like I was looking for.
E.g. hi i'm a long description and oh, a package (org.foo.awesome.stuff)
should convert into hi i'm a long description and oh,'
a package (org.foo.awesome.stuff)
Big thanks in advance.