From f4a9615b516fabae03b5c864f2cc538f53c0d473 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Sat, 13 May 2017 22:54:25 +1000 Subject: [PATCH] Use flash error instead of alert() --- plugins/october/demo/components/todo/default.htm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/october/demo/components/todo/default.htm b/plugins/october/demo/components/todo/default.htm index 9d29a98d7..c9f7b228e 100644 --- a/plugins/october/demo/components/todo/default.htm +++ b/plugins/october/demo/components/todo/default.htm @@ -1,7 +1,8 @@
+ data-request-success="$('#input-item').val('')" + data-request-flash>

To Do List