angular-breadcrumb
                                
                                 angular-breadcrumb copied to clipboard
                                
                                    angular-breadcrumb copied to clipboard
                            
                            
                            
                        Generate a breadcrumb from ui-router's states
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...
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 :...
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.