is there a way to use AngularJS to only accept Numbers and Return (/n/r) in a textarea? similarly like this:
<textarea>
2344
5335
55555
2222
234
</textarea>
Above is just an example of what I am trying to restrict the text area to. Any suggestions would be great. Thanks!