Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用typeahead(通过 angular-ui),它具有一个typeahead-editable属性,该属性决定 typeahead 是否应将模型值限制为仅从弹出窗口中选择的值。我想在 $scope 变量更改值时切换此行为。
typeahead-editable
typeahead-editable="{{ allowEdit }}"
我遇到的问题是它在初始化后没有更新。
有谁知道如何实现这一目标?
这是笨蛋!
这个对我有用。你能创建一个jsfiddle吗?