I'm trying to understand what will be the best way to use polymer with angularjs. I want the MVC powers of angular with the declarative simplicity of polymer elements. My two thought processes are to completely forego angular directives and only use polymer, or to wrap the polymer in a directive. The latter seems like it would work better with data binding and complex scope attributes, but may make the beauty of polymer a moot point since it's no longer very declarative at that point.
Thoughts? What's the best way to merge these two worlds?