I want to scroll on the top , but it give me the error cannot read the property ScrollTop of undefined.
you have to include $ionicscrolldelegate on your controller
.controller('myCtrl', function($scope, $stateParams, $ionicScrollDelegate) {})
I want to scroll on the top , but it give me the error cannot read the property ScrollTop of undefined.
you have to include $ionicscrolldelegate on your controller
.controller('myCtrl', function($scope, $stateParams, $ionicScrollDelegate) {})