View gist:760d0c389a0df61b3aa9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BaasBox.loadCollectionWithParams("posts", {where: "color='red'"}) | |
.done(function(res) { | |
console.log("res ", res); | |
}) | |
.fail(function(error) { | |
console.log("error ", error); | |
}) |