jadjoubran / laravel5-angular-material-starter

Get started with Laravel 5.3 and AngularJS (material)
https://laravel-angular.readme.io/
MIT License
1.66k stars 400 forks source link

Custom url-prefix of ui-routes #347

Closed followtheart closed 8 years ago

followtheart commented 8 years ago

How can I change url-prefix /# to sth else ?

http://www.laravel-angular.io/#/login
milocosmopolitan commented 8 years ago

$locationProvider.html5Mode(true);

https://scotch.io/tutorials/pretty-urls-in-angularjs-removing-the-hashtag

followtheart commented 8 years ago

thx