Im creating a link grabbing the data from below
<a href="#">{{ product.category.value }}</a>
This works great but having problems grabbing a slug from the data object.
how do I get the slug?
<a ui-sref="{{ product.category.data.109923...slug }}">{{ product.category.value }}</a>
Please remember the 109923 object will change on different pages so cant be hard coded in. I hope someone can help

