Thanks for the insight, Sander. I think part of the reason I was leaning away from ngMaterial is that a lot of what we're doing doesn't need angular databinding at all (placement of stuff on the screen using flexbox etc), but some does (ng-if for rendering, etc).
I think my best bet will bet to just do two parallel dev projects really fast- scaffold up test versions using ngMaterial and Polymer to see where the pain points are in each. eric On Mon Dec 08 2014 at 10:32:16 PM Sander Elias <[email protected]> wrote: > Hi Eric, > > The concrete answer is, it depends..... > I looked into polymer a couple of months ago, while promising, it wasn't > there yet, by a long shot! AngularJS is production ready, polymer isn't. > While building my own angular <--> polymer bindings I found out quite a > couple of nasty things. On first sight it looks simple enough. Well it > isn't. > Interfacing with web-components is a large portion of the decisions for > 2.0 for a reason!. > You surely can hook up some simple components with some interfacing, but > when you start building your own polymer components, you will trip over > quite some boundaries. > > If you want material, the ngMaterial is your best bet at the moment. They > are making quite some progress as we speak! > > Regards > Sander > > -- > You received this message because you are subscribed to the Google Groups > "AngularJS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
