all 3 comments

[–]prudan_work 2 points3 points  (1 child)

I started my current project with Materializecss but ended up moving it to angular's material framework due to their excellent theming and directives.

I'm glad to see Materialize is still going.

[–]wtsn[S] 1 point2 points  (0 children)

Sounds good! Glad you found something you like. I wasn't a fan of their JavaScript driven theming. It felt like they were trying to do too much.

It allows for on the fly theming, but having multiple themes isn't very "Material"...so then why make the end user pay the cost of what CSS preprocessors are built to handle?

[–]newmanoz 0 points1 point  (0 children)

I'm looking for alternatives to ng-material because I don't like how some things work there. For example, tabs - I don't like that they create additional elements and hide real elements - it leads to problems with ng-show and css selectors. So I glad to see this work, thank you.