am I the only one who would love to see angular's UI router work with polymer's page transitions? I know there's a router for polymer but I would argue that it is not as friendly/mature as that for angular. (and we like angular for everything else it does well, too)
So, here I am trying to use core-animated-pages with a section for different ui-views. I am hoping that someday I can do a transition between them.
http://plnkr.co/edit/tYyuKLO1O5JQVtpNg9Th?p=preview
I'm using the ng-polymer-elements module for which we have GabiAxel to thank: https://github.com/GabiAxel/ng-polymer-elements
The question is - can I bind the selected attribute (page in the demo) to the state? At least, that's my first approach. Any help/suggestions would be much appreciated. Happy new year.