如何使用引導(dǎo)程序?qū)g重復(fù)數(shù)據(jù)拆分為三列我使用ng-重復(fù)與我的代碼,我有‘n’個文本框基于ng-重復(fù)。我想用三列對齊文本框。這是我的密碼<div class="control-group" ng-repeat="oneExt in configAddr.ext">
{{$index+1}}.
<input type="text" name="macAdr{{$index+1}}"
id="macAddress" ng-model="oneExt.newValue" value=""/></div>
如何使用引導(dǎo)程序?qū)g重復(fù)數(shù)據(jù)拆分為三列
Cats萌萌
2019-07-12 19:05:22