Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

How do I pass the contents of a textbox into angular js as an input parameter, rather than a $scope variable

<textarea
    required="true"
    spellcheck="on"
    data-ng-model="myVariable"
    rows="4">
</textarea>
 
PREVIOUS NEXT
Tagged: #How #I #pass #contents #textbox #angular #js #input #variable
ADD COMMENT
Topic
Name
1+6 =