关系存在 0.0.1
检查流星收集的关系是否存在
安装
meteor add theara: relation - exist
用法
var relation = relationExist (
[
{ collection : TestCollection , selector : { _id : "001" } } ,
{ collection : TestCollection2 , selector : { _id : "002" } }
]
) ; // return boolean
if ( relation ) {
// ...
}
变更日志
v 0.0.1 (2014-04-21) 在里面
评论0
最新资源