angular-breadcrumb icon indicating copy to clipboard operation
angular-breadcrumb copied to clipboard

Generate a breadcrumb from ui-router's states

Results 75 angular-breadcrumb issues
Sort by recently updated
recently updated
newest added

Hello guys, I'm facing a problem. I have two states (StateA and StateB) not directly related, but when in the stateB the breadcrumb has to show stateA, and I'm failing...

I'm not sure if this exists or not, but I would like to hide all child breadcrumbs of a certain state without having to declare ncyBreadcrumb {skip: true}. Is this...

pr welcome
answered

Hello, I have a problem with parent key on **ncyBreadcrumbLink** method. I need change the link "modalities.calculator" by "modalities.type({type: type}), in the state **"modalities.calculator"**, passing a parameter from a previous...

i receive this error when settings nested view: ``` javascript .state('dashboard', { url : '/dashboard', templateUrl : 'app/project/tmpl/dashboard.tmpl.html', abstract: true, ncyBreadcrumb: { label: 'Dashboard' } }) .state('dashboard.home', { url :...

waiting
answered

Rather than using the name of the route as the default breadcrumb, it would be nice to (optionally) just skip any states that aren't explicitly given labels.

pr welcome
answered