Skip to content

Commit

Permalink
fix(core): Disable rewriteLinks to allow proper event handling (#7064)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmquach authored and christopherthielen committed Jun 4, 2019
1 parent 3f21c1f commit 78a9f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/modules/core/src/bootstrap/angular.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ bootstrapModule.config([
'$locationProvider',
($locationProvider: ILocationProvider) => {
$locationProvider.hashPrefix('');
$locationProvider.html5Mode({ enabled: false, rewriteLinks: false });
},
]);

0 comments on commit 78a9f72

Please sign in to comment.