How to disable routing in angularjs?

后端 未结 1 971
南旧
南旧 2020-12-11 03:58

I have a single page application that really just has one single page. There\'s just the one view that has lots of javascript/ajax logic done with angularjs, but there\'s no

相关标签:
1条回答
  • 2020-12-11 04:29

    If you don't have a $routeProvider defined, there will be no routing, and therefore no hash in your url.

    0 讨论(0)
提交回复
热议问题