On page load i have a controller that calls a service and then binds the returned data to some $scope.objects:
app.controller(\"MainController\", function($s
Had a similar issue where the ng-click inside of a ng-repeat would not trigger. I fixed this by adding $event.stopPropagation()
Ex: