使用select with bootstrap的下拉列表在中间打开

时间:2016-05-19 11:50:31

标签: html css angularjs twitter-bootstrap

这是我的代码:

<select class="form-control" ng-model="selectedCustomer" ng-options="c.name for c in customers" ng-change="show()">
                </select>

这会发生什么:image

我试图用div包装它,但它没有帮助。

感谢您的帮助

0 个答案:

没有答案