We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a hierarchy of categories. Like: Clothing > Apparel > Printed >Customized etc. And I have created an state for category Detail like:
.state('root.categoryDetail', { url: '/categoryDetail/:slug', templateUrl: 'views/products/category-detail.html', controller: 'CategoryDtlCtrl', ncyBreadcrumb: { label: '{{category.name}}', parent: function ($scope) { //return $scope.no_parent ? 'root.home' : 'root.categoryDetail'; }, } })
But I am not to make parent itself in ncyBreadcrumbParent.
I really want to use same state for all level categories with proper breadcrumb. Please help. If it's possible.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a hierarchy of categories.
Like: Clothing > Apparel > Printed >Customized etc.
And I have created an state for category Detail like:
But I am not to make parent itself in ncyBreadcrumbParent.
I really want to use same state for all level categories with proper breadcrumb. Please help. If it's possible.
The text was updated successfully, but these errors were encountered: