2013-09-24 1 views

답변

2

예, 그것은 가능합니다. 예를 들어, 체크 아웃에 대한 : 다중와 문 '또는'값 경우 수행하고자하는 사람들을 위해

<div class="singleMatch" ng-if="match.date | date:'ddMMyyyy' === main.date && match.team1.code === main.team1code && match.team2.code === main.team2code"> 
    //Do something here 
    </div> 
3

.

<div ng-if="::(a || b || c || d || e || f)"><div>