How to disable routing in angularjs? -
i have single page application has 1 single page. there's 1 view has lots of javascript/ajax logic done angularjs, there's no routing other views involved.
therefore i'd git rid of hashbang (#/) @ end of url. can somehow turn off angularjs routing completely?
btw: know htm5mode, want work in browsers.
if don't have $routeprovider
defined, there no routing, , therefore no hash in url.
Comments
Post a Comment