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 da23578 commit a9e199aCopy full SHA for a9e199a
src/pbox.js
@@ -313,13 +313,15 @@
313
this._remove();
314
this.$watch && this.$watch();
315
this._scope && this._scope.$destroy();
316
+ this._scope = null;
317
$document.unbind("mousedown.pbox" + this._id);
318
_resultDeferred.resolve(result);
319
};
320
321
BoxModal.prototype.dismiss = function (reason) {
322
323
324
325
_resultDeferred.reject(reason);
326
}
327
0 commit comments