2013-09-24 16 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

爲人們尋找if語句有多個「或」值做。

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