简体   繁体   中英

What is the simplest working example with routes in AngularJS?

I have found several examples with Routes and Angular and sadly none of them worked, including the "official" guide example (clicking there gets wrong URL which does not work upon reload).

  • Is there any simple working example with correct URL updates that work upon reload?

  • Is there any such example with tabs?


EDIT. I've managed to making routes working by removing $locationProvider.html5Mode(true) . If enable, it produced corrupted URLs in my browser (I use Chrome 31.0.1650.63 with Mac OS 10.8.5)

This is exactly what I was looking for:

http://angular-ui.github.io/ui-router/sample/

Perfect and functional!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM