I was excited by the new Material Design and Polymer presented in Google I/O for developing mobile hybrid apps, but I couldn't find any resources on how to integrate it with Angular.
So here is my approach: https://github.com/alongubkin/angular-polymer
Basically, it automatically generates directives and scope APIs for Polymer elements.
It's just a small experiment, not a library or anything.
What do you think of this approach? Could it work in real apps? Should I continue this project and create a fully-featured library for angular-polymer integration (as an alternative to things like Ionic Framework)?