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.
最初,我有一个带有 ng-model 属性的文本输入设置,因此在更改其值时,它会触发页面上使用该模型属性的其他内容。我已经用 jQuery UI 滑块替换了该文本输入,并且很好奇与此元素交互的正确或“角度”方式是什么,以便滑块的更改事件/函数可以直接委托给 angular 并完成相同的事情。
查看angular-ui 的 ui-slider 组件,了解适合您情况的解决方案。