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

Is it possible to use/parse HTML for the label value? #152

Open josoroma-zz opened 8 years ago

josoroma-zz commented 8 years ago

Hi!

We are able to use:

label: '{{ page.VarOne }}'

But we were wondering if is it possible to use/parse HTML for the label value? This is what We are trying to do:

label: '{{ page.VarOne }} / <a ui-sref="main.page">{{ page.VarTwo }}</a>'

Thanks in advance!

valikonen commented 6 years ago

You solve this problem?