Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 228595

How to navigate to particular id using href of a tag?

$
0
0

First: use $location.hash(ID);
Second: use $ionicScrollDelegate.anchorScroll(true);

Ex:
`
var scrollToLocation = function ( idLocation ) {

$location.hash( idLocation );
$ionicScrollDelegate.anchorScroll(true);

};

The parameter true or false in anchorScroll is used to say if scroll will be animated or not.
`


Viewing all articles
Browse latest Browse all 228595

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>