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

How to send parameter #178

Open Brenw10 opened 7 years ago

Brenw10 commented 7 years ago

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 another key ? I already tried to get scope variable in template of breadcrumb, however I can't get that. If I can send parameter like a JSON, it can help me too. I know when scope variable is not on label key it is not rendered.

atefBB commented 6 years ago

@Brenw10 Same issue here! Any ideas?!