I know how to react to user input in a textarea with ng-change in AngularJS. But how can I get the current input inside the Angular controller? I am missing something like <
You can make use of $event for getting value of current element. Something like this