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
I implemented an uib-progressbar inside a toast to show the progress of a background processing operation. Due to issue #190, I had to modify the standard template and use a more flexible template showing an uib-progressbar in certain conditions.
My feature request is to support an additional option such as messageTemplate in the customizing options of the toast and then ng-include this template instead of the message div if the option is set.
The text was updated successfully, but these errors were encountered:
I implemented an
uib-progressbar
inside a toast to show the progress of a background processing operation. Due to issue #190, I had to modify the standard template and use a more flexible template showing anuib-progressbar
in certain conditions.My feature request is to support an additional option such as
messageTemplate
in the customizing options of the toast and thenng-include
this template instead of the messagediv
if the option is set.The text was updated successfully, but these errors were encountered: