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
Add support for overriding the templateUrl property for ConfirmModal and PromptModal to allow custom HTML to be used for the modals. Custom templates will need to adhere to the current implementation of the scope meaning the contentScope property cannot be changed. If changes to the scope implementation are required, users should create their own implementation of the modals.
The text was updated successfully, but these errors were encountered:
Add support for overriding the
templateUrl
property forConfirmModal
andPromptModal
to allow custom HTML to be used for the modals. Custom templates will need to adhere to the current implementation of the scope meaning thecontentScope
property cannot be changed. If changes to the scope implementation are required, users should create their own implementation of the modals.The text was updated successfully, but these errors were encountered: