How to call angular function when data in text box? here is my code
html
for accessing scope element of the controller
angular.element(document.getElementById('controllerId')).scope().scope_variable_array.push(item);
for accessing controller function
angular.element(document.getElementById('controllerId')).scope().function_name();
controllerId : tag id where the ng-controller is defined in HTML