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

$scope.mySpecialFunction = function (value) {
    // value === myVariable
    // do something with it here
};
 
PREVIOUS NEXT
Tagged: #How #I #pass #contents #textbox #angular #js #input #variable
ADD COMMENT
Topic
Name
7+8 =