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
Try to add the ngTouch. From documentation:
A more powerful replacement for the default
ngClickdesigned to be used on touchscreen devices. Most mobile browsers wait about 300ms after a tap-and-release before sending the click event. This version handles them immediately, and then prevents the following click event from propagating.Requires the
ngTouchmodule to be installed.