How to handle anchor hash linking in AngularJS

后端 未结 27 1182
后悔当初
后悔当初 2020-11-22 12:22

Do any of you know how to nicely handle anchor hash linking in AngularJS?

I have the following markup for a simple FAQ-page



        
27条回答
  •  眼角桃花
    2020-11-22 13:21

    This may be a new attribute for ngView, but I've been able to get it anchor hash links to work with angular-route using the ngView autoscroll attribute and 'double-hashes'.

    ngView (see autoscroll)

    (The following code was used with angular-strap)

        
    

提交回复
热议问题