Hi all
I’m trying to receive events from the ion-scroll tag bu I can’t get any.
I’ve tried the simplest way:
On HTML (with attached controller that works just fine):
.....
At the controller:
$scope.gotScrolled = function() {
console.log(‘Got scrolled’);
};
If anyone have a suggestion how to make it work… bless you.