使用angular元素自动完成语法错误

时间:2015-09-08 07:09:04

标签: javascript angularjs

我有一个输入文本框,我想通过http请求

实现自动建议
<input type="text"   id="ingredients" ng-model="searchString" ng-change="callSuggestion()" ng-enter="getRecipesTracknPlan()" placeholder="Type of ingredients / recipe">

我正在尝试的自动填充是 angular.element.('#ingredients').autocomplete({ source: $scope.suggestionPhrase });

我的错误

  

Uncaught SyntaxError:意外的令牌(

我怎么能纠正这个?

1 个答案:

答案 0 :(得分:0)

您在element之后有一个句号/句号,这是一个函数。