javascript - Angular add unwanted anchors to my urls -
when link simple webpage (not in $routeprovider) page loading , angular adds anchor end of url.
example: www.test.com/home * page loading * then: www.test.com/home#home how prevent this?
i using angularjs v1.1.5 (not stable yet)
if understand question correctly, have links not related angular app, angular should not append them? because a tag directive in angular. if want skip it, can add target="_self" see angularjs normal links html5mode
Comments
Post a Comment