ncuillery / angular-breadcrumb

Generate a breadcrumb from ui-router's states
http://ncuillery.github.io/angular-breadcrumb/
MIT License
785 stars 183 forks source link

Access state's controller scope in breadcrumb template #174

Open pfeigl opened 7 years ago

pfeigl commented 7 years ago

Hi,

we have set a custom template for rendering the breadcrumbs. Is it somehow possible to access the controller scope of the state within the template?

Pretty much as you can access the scope in the Label, we would need to access some information from the scope in the template.

Thanks, Philipp