I'm new in angularjs and after looking in every site and forum without answer, somebody can help me to selve this?
i have this html with php code, and i want to pass php var into angularjs event.
<a ng-init="changeCat=<?php echo $id_cat, $category; ?>" id="cat_<?php echo $id_cat; ?>" class="cat-list" href="#"><?php echo $category->name; ?></a>
thanks in advance!