Closed danieldram closed 9 years ago
in Angular 1.3+, to have pretty urls you will also need to replace:
$locationProvider.html5Mode('true');
with
$locationProvider.html5Mode({enabled:true, requireBase:true});
added to the readme. Will be fixed in the course in the future.
in Angular 1.3+, to have pretty urls you will also need to replace:
with