1
I’m looking for a way to change the colors of the header $ionicPopup but I couldn’t find any material on the Internet. The only way I found was if I create my entire template in a separate file or insert a huge code into the parameter template
.
Is there any way to change the header color directly via the $ionicPopup? If there is anyone can show me an example please?
don’t want to use Sass, my intention was, whenever I send the $ionicPopup I can set a class for it, and in that class I set its settings and similar.
– LeandroLuk