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
When i try 3 level, the ncy broke down
ncyBreadcrumb: { label: 'Create Reservation', parent:'admin.level1.level2' },
<ol class="breadcrumb"> <li ng-repeat="step in steps" ng-class="{active: $last}" ng-switch="$last || !!step.abstract"> <a ng-switch-when="false" href="{{step.ncyBreadcrumbLink}}">{{step.ncyBreadcrumbLabel | translate}}</a> <span ng-switch-when="true">{{step.ncyBreadcrumbLabel | translate}}</span> </li> </ol>
angular-breadcrumb - v0.4.0
please advise! thank you very much
The text was updated successfully, but these errors were encountered:
This error comes when you don't have
ncyBreadcrumb: { }
in any of your parent states.
Sorry, something went wrong.
I also got this error and it was because of a missing configuration -
.config(['$breadcrumbProvider',function($breadcrumbProvider){ $breadcrumbProvider.setOptions({ prefixStateName:'home'
}); }])
This may not be applicable to the scenario explained above, but in case someone else run in to the same issue.
No branches or pull requests
When i try 3 level, the ncy broke down
angular-breadcrumb - v0.4.0
please advise! thank you very much
The text was updated successfully, but these errors were encountered: