javascript - How to disable deeplinking in angularjs? -


i trying implement page angularjs. problem behaviour of anchor element in page seems overrided angularjs.

so below anchor element, want present link user go destination.

<a href="payment/123">pay!</a> 

so want direct user page @ payment/123. if click on link now, try come out new url adding link in href current url. e.g. if current url http://www.example.com/shopping, tries direct me http://www.example.com/shopping/#/payment/123 not want (http://www.example.com/payment/123).

any idea how can solve this?

that bug rc11 , rc12. try 1.0.0 final.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -