Wie übergasse ich den Inhalt einer Textbox als Eingabeparameter in Angular JS an und nicht als $ Scope -Variable?
<textarea
required="true"
spellcheck="on"
data-ng-model="myVariable"
rows="4">
</textarea>
SAMER SAEID