Dies ist mein CodeVon Datum, Bis heute Validierung in Winkel js
<tr ng-show="option == 'Yearly' || option == 'Date'">
<td>
<label>From:</label>
</td>
<td>
<input type="date" ng-model="fromdate" id="fromdate" date-picker />
</td>
<td>
<label>To:</label>
</td>
<td>
<input type="date" ng-model="todate" date-picker />
</td>
</tr>
ich eine jquery Datumsauswahl für from und todate habe, muß ich alle Termine in dem Enddatum deaktivieren, die als die kleineren ist von Datum .....
Mögliche Duplikat [AngularJS Startdatum und Enddatum Validierungen] (http://stackoverflow.com/questions/31350345/angularjs-Start-Datum-und-End-Datum-Validierungen) –