diff --git a/app/scripts/components/facets/facets.controllers.ts b/app/scripts/components/facets/facets.controllers.ts
index 5b1778c2e..f089ffce0 100644
--- a/app/scripts/components/facets/facets.controllers.ts
+++ b/app/scripts/components/facets/facets.controllers.ts
@@ -204,11 +204,8 @@ module ngApp.components.facets.controllers {
}
}
- autoComplete() {
- this.FacetService.autoComplete(this.$scope.entity, this.query, this.$scope.field)
- .then((response) => {
- this.results = response;
- });
+ autoComplete(query: string): ng.IPromise