angular limit string length

JavaScript
   {{ (str.length>6)? (str | slice:0:6)+'..':(str) }}

Source

Also in JavaScript: