this question may sound noob to geeks with ng-expert tag in their shirts.
I've been seeing some AngularJS-based sites that whenever I clicked a link, the URL changes but the browser does not load, it only loads dynamic content to their ng-view.
If current URL is http://www.sample.com/ and I clicked on Contact us link, the URL at my browser becomes http://www.sample.com/contact-us and so the page content changes like Ajax load but the browser does not load.
That thing is kind of new to me, can someone enlighten me about this? I've seen several tutorials but links are only hashtag-based (http://www.sample.com/#contactus) and not route based.
I don't know what specific Angular concept it is so I don't know what to look for.
I'll greatly appreciate constructive solid answers. Thanks!
$locationservice, especially the part about "HTML5 mode". Do note that URL rewriting is required in the server-side to support this.