We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38050bb commit a3890e7Copy full SHA for a3890e7
src/dialog/README.md
@@ -22,7 +22,9 @@ Sets the default global options for your application. Options can be overridden
22
* `dialogFade`: a boolean value indicating whether the modal should fade in and out using a CSS transition, defaults to false
23
* `keyboard`: indicates whether the dialog should be closable by hitting the ESC key, defaults to true
24
* `backdropClick`: indicates whether the dialog should be closable by clicking the backdrop area, defaults to true
25
-
+* `template`: the template for dialog
26
+* `templateUrl`: path to the template for dialog
27
+
28
Example:
29
30
var app = angular.module('App', ['ui.bootstrap.dialog'] , function($dialogProvider){
0 commit comments