michaelbromley / angularUtils-uiBreadcrumbs

Automatic breadcrumbs directive for use with angular-ui-router
3 stars 9 forks source link

Copy state locals to proxy state. #2

Closed phw closed 8 years ago

phw commented 8 years ago

This allows using state variables in interpolation when using proxys.

michaelbromley commented 8 years ago

Hi, thanks for the PR. Are you somehow related to the recent issue on this? https://github.com/michaelbromley/angularUtils/issues/261

I'm afraid this repo is just a build for package managers. The dev repo, to which all code changes should be made, is here: https://github.com/michaelbromley/angularUtils

Would you mind making the same PR there? If not, then I could do it. If you have the time and know-how to write a unit test for your change too, that would be amazing, but not a requirement.

phw commented 8 years ago

No, I wasn't related to that issue, but it seems to be exactly this.

I will redo the PR against the development repo.