Skip to content

Instantly share code, notes, and snippets.

@4gray
Created May 6, 2016 12:51
Show Gist options
  • Save 4gray/0befcf66349facf93ea881f5b5bbc3fc to your computer and use it in GitHub Desktop.
Save 4gray/0befcf66349facf93ea881f5b5bbc3fc to your computer and use it in GitHub Desktop.
Limit the length of a string with AngularJS
{{ string | limitTo: 20 }}{{string.length > 20 ? '...' : ''}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment