angular-base-apps icon indicating copy to clipboard operation
angular-base-apps copied to clipboard

Allow overriding templateUrl for ConfirmModal and PromptModal

Open soumak77 opened this issue 9 years ago • 0 comments

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.

soumak77 avatar Sep 03 '16 06:09 soumak77