<input ng-blur="stdAnswerChk($event)" type="text">
$scope.stdAnswerChk = function(e) {
var val = e.target.value;
console.log(val);
}
<input ng-blur="stdAnswerChk($event)" type="text">
$scope.stdAnswerChk = function(e) {
var val = e.target.value;
console.log(val);
}