Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
docs(dialog): add forgotten options
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrit authored and pkozlowski-opensource committed Jul 2, 2013
1 parent 38050bb commit a3890e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dialog/README.md
Expand Up @@ -22,7 +22,9 @@ Sets the default global options for your application. Options can be overridden
* `dialogFade`: a boolean value indicating whether the modal should fade in and out using a CSS transition, defaults to false
* `keyboard`: indicates whether the dialog should be closable by hitting the ESC key, defaults to true
* `backdropClick`: indicates whether the dialog should be closable by clicking the backdrop area, defaults to true

* `template`: the template for dialog
* `templateUrl`: path to the template for dialog

Example:

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

0 comments on commit a3890e7

Please sign in to comment.