1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00
This commit is contained in:
Xuan Sang LE 2018-09-11 10:54:33 +02:00
parent 8921684a9a
commit 9acc7966a8

View File

@ -159,9 +159,10 @@ function PostController:analyse(n)
self.analytical:create(record)
end
end
self.template:set(message, "Analyse complete")
self.template:set("message", "Analyse complete")
else
self.template:set(message, "Cannot analyse")
self.template:set("message", "Cannot analyse")
end
self.template:set("title", "TFIDF-analyse")
return true
end