Hello,

I'm using a CSS framework which requires different classes of the <html> element for different layouts. I'd like to have a component for each layout.

How can I bind to the <html>'s attributes/classes from these components?

Do I have to use the "html" selector and copy the whole <head> into each template of every such component? Well, I can create a component which holds the header but still it would have to be maintained in at least two different files (the index.html and the template).

Or should I create a directive with the selector "html" and access this directive from these components?

What is the recommended approach?

Thanks in advance
--
Radek

--
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.

Reply via email to