AngularJS directive to automatically collapse/expand long text
While working on my new portfolio website, I wanted to only show a certain amount of text per project and allow the user to read more if they want. There are many solutions for this using jQuery but it seemed…