From 975a6cea554e7b93517a854770ae0afd01d9b088 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 3 Jul 2014 13:23:24 +0200 Subject: [PATCH] Document the available notify types on the directive definition. --- app/coffee/modules/base/confirm.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/coffee/modules/base/confirm.coffee b/app/coffee/modules/base/confirm.coffee index 6fe30f49..d3d11284 100644 --- a/app/coffee/modules/base/confirm.coffee +++ b/app/coffee/modules/base/confirm.coffee @@ -77,6 +77,8 @@ class ConfirmService extends taiga.Service # TODO: at this momment the message is ignored # because the notification message not permits # custom messages. + # + # Types: error, success selector = ".notification-message-#{type}"