angularjs - How do disable link with hash in Angular JS routing? -


i have links on page empty href param:

<a href="#">link</a> 

when click on link page reloaded on www.bob.com/#. how can disable in $routeprovider?

instead use:

<a href="#/">link</a> 

Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -