angular-breadcrumb
angular-breadcrumb copied to clipboard
Generate a breadcrumb from ui-router's states
Hey! I was wondering is there a way that some state options could be passed in? Example: ``` js ncyBreadcrumb: { stateOptions: { reload: true } } ``` That would...
I was struggling to figure out why when toggling between child and parent states the breadcrumbs werent updating (they would stay as the page rendered them if deep linking into...
Frist I am new,I try to change ncyBreadcrumbLink ,because my leader dont want to going back pages
Hello, I need to show the header above the breadcrumb & i am setting the header in controller in $rootScope variable But i am not able to access any rootscope...
I know I can send parameters on Label (something like ```label: '{{scopeVariable}}'```, but I need to send two arguments, how can I send one in Label and other parameter in...
Here's my component: ```javascript angular.module('myApp').component('home', { template: require('./home.component.html'), controller: function($scope) { $scope.name = "Alexander"; this.name = "Alexander"; name = "Alexander"; } }); angular.module('myApp').config(function($stateProvider) { $stateProvider.state({ name: 'home', url: '/', component:...
In my team we were facing a limitation about adding a dropdown with ui-sref links inside the breadcrumb html. We achieved the goal to inject custom HTML, as described in...
Followed the approach described in #170 . But the $resolve is not getting resolved for some of the child state. While debugging found that for that particular state watcher is...