From e236b5064cd62f40bc910fafe48ac4b9701a4bcd Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 22 Feb 2019 23:09:07 +0800 Subject: Develop link feature on todo page. --- .../app/todo-list-page/todo-list-page.component.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html') diff --git a/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html index ce6eb2ed..4e1aa2f1 100644 --- a/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html +++ b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html @@ -3,19 +3,20 @@
- + {{item.id}} - {{item.title}} + {{item.title}}
-
- means working now. -
-
- means completed. -
+
+ means working now.
+
+ means completed. +
+
click on item to see details.
+
-- cgit v1.2.3