Skip to content

Commit a3890e7

Browse files
paaloeyepkozlowski-opensource
authored andcommitted
docs(dialog): add forgotten options
1 parent 38050bb commit a3890e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/dialog/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ Sets the default global options for your application. Options can be overridden
2222
* `dialogFade`: a boolean value indicating whether the modal should fade in and out using a CSS transition, defaults to false
2323
* `keyboard`: indicates whether the dialog should be closable by hitting the ESC key, defaults to true
2424
* `backdropClick`: indicates whether the dialog should be closable by clicking the backdrop area, defaults to true
25-
25+
* `template`: the template for dialog
26+
* `templateUrl`: path to the template for dialog
27+
2628
Example:
2729

2830
var app = angular.module('App', ['ui.bootstrap.dialog'] , function($dialogProvider){

0 commit comments

Comments
 (0)