I have tried to pass AngularJS variable as argument value inside onclick() to call javascript function. Can anyone guide me on how to do it?
My code:
$scope.getpop = function(id){ alert(id); }
{{ x.title }} This works perfect for me !