angular-custom-tour
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"license": "MIT", | ||
@@ -11,0 +11,0 @@ "main": "bundles/angular-custom-tour.umd.min.js", |
@@ -20,3 +20,4 @@ "use strict"; | ||
HintComponent.prototype.dismiss = function () { | ||
this.hintService.overlayNext(); | ||
if (this.hintService.hintOptions.dismissOnOverlay) | ||
this.hintService.overlayNext(); | ||
}; | ||
@@ -23,0 +24,0 @@ HintComponent = __decorate([ |
Sorry, the diff of this file is not supported yet
40081
735