【发布时间】:2015-06-25 11:18:02
【问题描述】:
如果需要更大的图片:http://i.imgur.com/mhjKhQ9.png?1
<div class="container">
<div class = "row">
<div class = "col-md-12">
<form class="form-horizontal">
<div class="input-group">
<label for="officeSelection">Office</label>
<select data-ng-model="userSelections.office"
data-ng-options="o.name for o in officesInOrg"
name = "officeSelection"
id = "officeSelection"
class="form-control"
placeholder="Office"
ng-change = "officeSelected()">
</select>
</div>
</form>
</div>
</div>
</div>
- 为什么不维护引导程序horizontal form format?
- 如何调整大小(输入字段宽度)。上面链接中的示例不起作用(包含更多 class="col-md-x" div),但我认为引导程序可能在这里总体上失败,我不知道为什么。
【问题讨论】: