Remove # from URL AngularJS

$locationprovider html5mode angularjs html5mode example angularjs remove hash in url angularjs clean urls angularjs pretty urls angularjs html5mode routing angularjs routeprovider html5mode angularjs routing html5 mode In this video we will discuss how to remove # from URL. This is continuation to Part 26. Please watch Part 26 from AngularJS tutorial. There are 4 simple steps to remove # from URLs in Angular. Step 1 : Enable html5mode routing. To do this inject $locationProvider into config() function in
Back to Top