ncybreadcrumb

How to use ncy-breadcrumb in child state of abstract parent

别说谁变了你拦得住时间么 提交于 2019-12-24 17:37:30
问题 I am new to AngularJS and I used ncy-breadcrumb for my AngularJS project. There is an abstract true parent state and two child states of it. I used these child states for tabs. But I couldn't find a way to show these states in the breadcrumb dynamically. The only thing I can do is hardcode one child state name as parent in other state. But I need a solution to display these child states in collectionsWorkPage state dynamically. .state('collectionsLibrary', { url: '/headquarters/collections

Deeply nested breadcrumbs with sibling states, UI-Router and ncyBreadcrumb

拈花ヽ惹草 提交于 2019-12-12 09:01:59
问题 I have inherited a project recently that uses UI-Router to route between states in a management portal site. There are certain complexities to this portal that require our states to primarily be siblings, rather than related parent/child. This has created an issue getting breadcrumbs to work using ncyBreadcrumb. Before I ditch ncy and develop something of my own, I am wondering if there is a way to resolve my issues. The classic ui-router example is the contact list. You may have an index

Deeply nested breadcrumbs with sibling states, UI-Router and ncyBreadcrumb

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-04 16:20:05
I have inherited a project recently that uses UI-Router to route between states in a management portal site. There are certain complexities to this portal that require our states to primarily be siblings, rather than related parent/child. This has created an issue getting breadcrumbs to work using ncyBreadcrumb. Before I ditch ncy and develop something of my own, I am wondering if there is a way to resolve my issues. The classic ui-router example is the contact list. You may have an index state, underneath which you have contacts.list and contacts.details . Both of the contacts states are