I have added an angular chosen list with a second element of text type. like this.
select ng-model="items[$index].Name" ng-options="counter.Name as counter.Name for counter in lstCounters" chosen style="width:200px">
input name="counterValue" placeholder="Value" ng-model="items[$index].Value" type="text" class="input" />
but the width of element was zero. I changed width to 200 with style attribute but it was again zero on second row.