Open josoroma-zz opened 8 years ago
Hello!
I can confirm the issue @josoroma is experiencing – it seems run blocks are only aware of the pre-resolved param ncyBreadcrumb
despite console.log(toState)
being able to see the entire resolved params (such as ncyBreadcrumbLabel
).
I thought I might be able to mitigate it in a dirty way by using the $interpolate
service in my run block to parse the label manually, but it doesn't have access to the proper scope to pull it off.
Any thoughts on where it's hiding? So far I haven't had any luck "promise-ing" it in either.
Hi!
I am trying to create/mimic a kind of custom stack for the current breadcrumbs behavior, but I notice that toParams.ncyBreadcrumbLabel is always undefined even if console.log(toParams) displays its value.
Any help would be great!