As you know in the tutorial parties from angular-meteor webpage, there exist a componentn called <navigation></navigation> and <ui-view></ui-view>
my question is:
how would be come to a dynamic title? I mean, that instead “Home title” will be a “Details title”, or others titles depend to the .state .
It’s possible to pass name variable to navigation component?
I think that with bindings in .components.config but I dont know how.