$mdThemingProvider - registering a theme on the fly #2965
Description
Hi there!
First of all, I love Angular Material. I think you guys are doing an excellent job. Keep it up.
Secondly, and the reason I'm starting this issue is because I want my users to be able to register a new theme by adding 3 colour palletes together. I would like to search that in the database... so I will have active just one theme but I would need it to work with an ajax function...
The question is... is there a way to do that? Will it? Could you add a resolve method just like the routes?
If you want to see what I would be using it for... just check this out... rgolea/angular-deployd-admin@3dd2a6f
I'm making an angular-material dashboard (free and open source for anyone who may need it). But in order to take full advantage of the angular-material capabilities I would need to do that option.
Thank you very much.