文件名称:meteor-comments:让我们为流星应用添加评论
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-21 18:37:45
CoffeeScript
流星评论 让我们为流星应用添加评论 有用的帮手 Template.registerHelper 'CommentsByDoc', (_id) -> if typeof window['Comments'] != 'undefined' Comments.find({doc:_id},{sort: {createdAt: -1}}).fetch() Template.registerHelper 'CommentsByUser', (_id) -> if typeof window['Comments'] != 'undefined' Comments.find({owner:_id},{sort: {createdAt: -1}}).fetch() Template.registerHelper 'CommentsByCollection', (collection) ->
【文件预览】:
meteor-comments-master
----package.js(937B)
----.gitignore(44B)
----lib()
--------client()
--------server()
--------both()
----README.md(1KB)
----versions.json(2KB)