2013-09-24 17 views

Odpowiedz

2

Tak, jest to możliwe. np kasie:

<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

Dla osób chcących zrobić, jeśli sprawozdanie z wieloma „lub” wartości.

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