Add templateUrl to IModalOptions

This commit is contained in:
Joe
2016-11-29 11:28:48 -05:00
parent c3daad4d05
commit 2ae0015a1b

View File

@@ -42,6 +42,7 @@ declare namespace mgcrea.ngStrap {
show?: boolean;
container?: string | boolean;
template?: string;
tempolateUrl?: string;
contentTemplate?: string;
prefixEvent?: string;
id?: string;