我正在尝试开始使用Angular UI bootstrap。
我有运行示例,但我不知道从哪里开始。文档或示例的方式并不多。
twitter Bootstrap的文档说明,typehead有minLength等选项。例如,我该如何设置?我如何将其连接到控制器?
答案 0 :(得分:2)
ON,单元测试文件有一个例子。
<input type="text" ng-model="selected" typehead="state for state in states" typeahead-min-length='3' >