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

Commit dcc9ef3

Browse files
gnesherpkozlowski-opensource
authored andcommitted
fix(dialog): set _open to false on init
1 parent a40c3fb commit dcc9ef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dialog/dialog.js

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ dialogModule.provider("$dialog", function(){
6666
function Dialog(opts) {
6767

6868
var self = this, options = this.options = angular.extend({}, defaults, globalOptions, opts);
69+
this._open = false;
6970

7071
this.backdropEl = createElement(options.backdropClass);
7172
if(options.backdropFade){

0 commit comments

Comments
 (0)