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
** Current behaviour
If a button with [ladda] is clicked, a spinner will be initialized and stored for later use. But if for example the color is dynamic [attr.data-spinner.color]="dynamicColor", the new color is not used because no new spinner will be created.
** Expected behaviour
If the input for example the color changes, the old spinner object should be destroyed. This will result in creating a new spinner if the button is clicked.
The text was updated successfully, but these errors were encountered:
** Current behaviour
If a button with
[ladda]
is clicked, a spinner will be initialized and stored for later use. But if for example the color is dynamic[attr.data-spinner.color]="dynamicColor"
, the new color is not used because no new spinner will be created.** Expected behaviour
If the input for example the color changes, the old spinner object should be destroyed. This will result in creating a new spinner if the button is clicked.
The text was updated successfully, but these errors were encountered: