angucomplete-alt无法输入文本框

时间:2015-06-05 17:59:34

标签: angularjs angularjs-directive

这里的问题很简单 - 但似乎无法找到答案。我已将angucomplete-alt添加到我的项目中 - 我相信我已正确添加它 - 意思是,注册它并在页面加载时使用js文件。但出于某种原因,当我点击输入并开始输入时 - 没有任何反应。我无法输入文本框/输入。下面是我的控件代码。 - 我仔细检查后端是如何连接的。 - 提前谢谢。

这个确切的代码在另一个项目中工作 - 配置不同 - 但控件的标记是相同的

<angucomplete-alt id="searchGroupsAutoComplete"
                                          placeholder="{{searchPlaceholder}}"
                                          pause="400"
                                          text-searching="{{searchingText}}"
                                          selected-object="selectedAnObjectFn"
                                          remote-url="/api/search/SearchByQueryStrings"
                                          remote-url-request-formatter="formatSearchDataFn"
                                          remote-url-response-formatter="formatReturnDataFn"
                                          remote-url-data-field="Content"
                                          title-field="Name"
                                          description-field="EntityType"
                                          image-field="ThumbnailUrl"
                                          minlength="1" />

1 个答案:

答案 0 :(得分:1)

- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event

所以它有效,但我不知道为什么。