我正在使用 Strongloop 的 AngularJS Sdk 来开发具有 ionicframework 的移动应用程序。
在开发过程中,我未能使用 angular 的 mongodb 函数。我总是得到意想不到的结果,没有任何错误消息。希望能得到一些帮助。谢谢。
var feed$ = Feed.find({
filter : {
$or : [{ accountId : "569a9fc898e6f58b0329eefc" }, { accountId : "569a9fa098e6f58b0329eefb" }]
}
});