I want to do something like this:
<a ng-click="doSomething({{value}})" >
js
$scope.doSomething = function(a){ console.log(a); }
all you need to do is this:
<a ng-click="doSomething(value)" >
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With