标签: angularjs angular-ng-if
需要一些帮助。尝试将字符串时间与实时时间进行比较。
<div ng-if="{{currentTime | date:'H:M'}} > {{stingtime}}">Hide</div>
currentTime是:
$scope.currentTime = new Date();
{{stingtime}}从JSON时间解析为18:35
Finnaly我尝试比较时间:13:45与字符串18:45