Angular中文社区关于锚点的使用
有很多人在使用ng-view时都用到了#号做route,所以如果在页面上需要用到锚点的时候就会比较头疼了。这个时候可以使用ng的anchorScroll,也可以使用jsGen中封装的anchor...
[AngularJS] Using $anchorScroll
[AngularJS] Using $anchorScroll If you‘re in a scenario where you want to disable the auto scrolling, but you want to control the scrolling ...