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

<button 
  id="description-submit-button"
  data-ng-click="mySpecialFunction(myVariable)"
  buttonType="${'primary'}"
  htmlButtonType="${'button'}"
>
  <text>"Submit"</text>
</button>
 
PREVIOUS NEXT
Tagged: #How #I #pass #contents #textbox #angular #js #input #variable
ADD COMMENT
Topic
Name
3+5 =