現在の時間に動的に最小時間を設定しようとしていますが、動作していません。angularjs:<input type = 'time'>の動的時間を動的に設定しました
$scope.mintime = new Date();
<label class="item item-input item-stacked-label">
<span class="input-label" >Preferred Time</span>
<input type="time" class="input-control" name="requestTime" ng-model="request.time" ng-change="checktime();" min="{{mintime | date:'hh:mm a'}}" required>
</label>
ngMinを試しましたか? – Vincismique
ngMinの使い方?? ...私はディレクティブも追加する必要がありますか? – talentedandrew
これを試してください: ' ' – Vincismique