<selectng-model="day.durum"class="form-control"ng-options="option.value as option.name for option in availableStates">
</select>
<trng-repeat="time in timetable">
<td>{{time[0]}}</td>
<tdng-repeat="day in time[1]">
<selectclass="form-control"ng-model="day.durum"ng-change="changeValue(day)"ng-options="option.value as option.name for option in availableStates"></select>