Thiago Melo
Results
2
comments of
Thiago Melo
A workaround that I found. It access the $scope from outside. $(document).on('click','.report', function(e){ e.preventDefault(); var scope = angular.element($(".content")).scope(); scope.$apply(function(){ scope.reportSpot(); }) });
Same here.