-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
I´m having an issue with ng5-breadcrumb:
/publisher/detail/uu2k6b3v0au5p106l/settings
This doesn´t do anything at all, even when I´m using ^ and $:
breadcrumbService.addFriendlyNameForRouteRegex('/publisher/detail/[a-z0-9]/settings', 'Settings')
This works:
breadcrumbService.addFriendlyNameForRouteRegex('/publisher/detail/[a-z0-9]', 'Settings')
Output:
publisher >> detail >> Settings >> Settings
So it matches when there is nothing after the regex but documentation says:
breadcrumbService.addFriendlyNameForRouteRegex('/home/users/[0-9]/info', 'Information');
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels