@elmoromourad wrote:
Hello,
I used this code :var element = angular.element(document.querySelector('#content'));
$ionicGesture.on('tap', function(e){ $scope.$apply(function() { $scope.$broadcast('scroll.refreshComplete'); }) }, element);
and got this error :
TypeError: Cannot read property 'addEventListener' of undefinedAny Help please !
Posts: 1
Participants: 1