What is the correct way to specialize a component in a way that doesn't break `ngContent`?
http://plnkr.co/edit/dxVeVLwb4qWwwguuhfxv?p=preview In this example I have a button container that contains an <ng-content select="my-button">. The problem is what happens if my-button has various options that I want to abstract over and create my-specialized button? -- 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
