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

Hi! I was wondering if there is an easy way to add a link/url to the top home state? Right now my current breadcrumb behavior is: `Home / SomeLabel /...

Dear, Could you please let us know in case breadcrumb can be implemented for Angular material? also do we have any sample doc regarding this? Thanks, HArshal

Small changes for support resolved values in labels for ui component router

It will be better to have the possibility to manage the value of the label by a function defined in the route config like below: `ncyBreadcrumb: {` `label: function ($scope)...

Using #105 as a basis I've made the label and parent functions injectable (including any resolves from the state and the `$scope` of the last view). Added ability for promises...

Hi thanx for this great module, I would like to know if it is possible to not show the breadcrumb if the parent state is the current state? To explain...

I have a UI-router state that takes route parameters. ``` .state('browse.category', { url: '/category/:categoryName/:catID', views: { 'categories': { templateUrl: "modules/trulo/client/views/browse.categories.html", controller: "CategoriesController" } } } ``` If I navigate from...

Hi @ncuillery, I tried to edit this wiki but I think it's not allowed for non-collaborators. This is what I want to add just below `State options` as first property:...