[Docs] ElasticSearch is not Couch

This commit is contained in:
Pete Richards
2015-08-24 09:04:03 -07:00
parent 3a050cc5b8
commit 1e332da11b
3 changed files with 9 additions and 9 deletions

View File

@ -109,7 +109,7 @@ define(
return this.$q.reject(error);
};
// Get a domain object model out of CouchDB's response
// Get a domain object model out of ElasticSearch's response
function getModel(response) {
if (response && response[SRC]) {
this.revs[response[ID]] = response[REV];