i want to call an Angular function in html file and parameter of that function is a variable created via Django framework. but i get "undefined" error in my javascript. how i can put Django variable into Angular function call?
this:
<div ng-click="getCardInfo(card.name)">
card.name is Django variable.