consider the following code:
<textarea class="normal_textarea" name="description" rows="4" cols="39" maxlength='79' ng-model='newTimeline.description'>
</textarea>
"{{newTimeline.description}}"
the binding always trims the content in the textarea. But I need the whole content i.e. with leading and trailing whitespaces. How can I get it?