我正在使用angularjs处理列表框。
<select size="10" id="myselection" ng-model="currentItems" ng-options="s.id as s.text for s in roles" ng-change="getCategory(currentItems)"></select>
但我不知道如何在列表框中添加按钮并在点击添加按钮后执行一些操作。
答案 0 :(得分:0)
我建议你使用一些组件库,例如Angular-UI / Bootstrap,它提供了很好的一组引导程序组件。
下拉可能就是你想要使用的。
http://angular-ui.github.io/bootstrap/#/dropdown
看起来像包含普通链接的选项,您可以使用ng-click。