You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
When an application has global styles defined, the natural thing would be to configure some class through the provider, like (sorry for the CoffeeScript code, I can't write plain JS anymore....)
When an application has global styles defined, the natural thing would be to configure some class through the provider, like (sorry for the CoffeeScript code, I can't write plain JS anymore....)
But then an instance of Dialog can't add another class, it must specify the whole list of classes:
Thus, it's a burden to track everywhere the global dialog class. If one could have something like
this could be added to the globally configured one.
The text was updated successfully, but these errors were encountered: