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

Parent Link wrong set...

Open ptesar-xyndata opened this issue 10 years ago • 1 comments

Hi, I have problems having the right parent link.

router is : for Child (vendor) .state('edit vendor', { url: '/vendor/:vendorId/edit', templateUrl: 'vendor/views/edit.html', ncyBreadcrumb: { label: '{{vendorCompany}}', parent: 'portal by id' } })

for the Parent (portal) : .state('portal by id', { url: '/portal/:portalId', templateUrl: 'portal/views/view.html', ncyBreadcrumb: { label: '{{portalCompany}}', parent: 'all portal' }, resolve: { loggedin: checkLoggedin } })

In breadcrumb is shown everything OK : screen shot 2016-01-04 at 23 01 30

but the link is without the parent Id! I really do not know how to continue. Can someone help me?

It's common issue like here : #107

can someone help?

ptesar-xyndata avatar Jan 04 '16 22:01 ptesar-xyndata

see if this can help: https://github.com/ncuillery/angular-breadcrumb/issues/157#issuecomment-275435735

mateatslc avatar Jan 26 '17 16:01 mateatslc