<li ng-repeat="item in data" ng-click="myFunc('{{ item.name }}')">
I can't seem to get ng-click to pass the varible value of item.name. It actually sends:
{{ item.name }}
An example in Plunker: http://plnkr.co/edit/dq5KA3?p=preview
In the console it looks ok, but doesn't actually work:
