ng-autogrow

An AngularJS directive for autogrowing textareas.

It automagically adjusts the height of textareas so you don't have to vertically scroll.

Default

Implemented simply as <textarea autogrow></textarea>

With a minimum height set

You can set a minimum height using the attribute autogrow-min-height="100"

View on Github