From 9ed6d3178b07dcff5dc52ec5f0293ba68af14304 Mon Sep 17 00:00:00 2001 From: Piccirello Date: Mon, 5 Sep 2016 16:55:25 -0400 Subject: [PATCH] Add instructions for disabling auto hide --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bea184..0552c19 100644 --- a/README.md +++ b/README.md @@ -209,14 +209,14 @@ app.config(function(toastrConfig) { * **allowHtml**: Your toast can use custom HTML here (See [Issue 3](https://github.com/Foxandxss/angular-toastr/issues/3)) * **closeButton**: Whether to display an "X" close button on the toast. * **closeHtml**: Html element to be used as a close button. -* **extendedTimeOut**: The timeout after you hover a toast. +* **extendedTimeOut**: The timeout after you hover a toast. Setting to 0 will disable the extended timeout. * **extraData**: If you override the template, you can pass global extra data to your toasts. * **iconClasses**: The default type classes for the different toasts. * **messageClass**: The class for the toast's message. * **progressBar**: A progress bar to see the timeout in real time. * **tapToDismiss**: Whether the toast should be dismissed when it is clicked. * **templates**: To override the default path of the templates. -* **timeOut**: The timeout before the toasts disappear. +* **timeOut**: The timeout before the toasts disappear. Setting to 0 will disable the timeout. * **titleClass**: The class for the toast's title. * **toastClass**: Base class for toasts.