Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <tr ng-repeat="tag in tagDetails">
  2. <td ng-if ("tag.arrayVal[1].state && tag.arrayVal[1].state == 'KAR'")tag.arrayVal[1].state</td>
  3. </tr>
  4.  
  5. <td ng-if="(tag.arrayVal[1].state && tag.arrayVal[1].state == 'TAM') || (tag.arrayVal[0].state && tag.arrayVal[0].state == 'TAM')"></td>
  6.  
  7. "arrayVal":
  8. [
  9. {
  10. "state": "KAR",
  11. "country": "India",
  12. "region": "Asia",
  13. "availability": "Available"
  14. },
  15. {
  16. "state": null,
  17. "country": null,
  18. "region": null,
  19. "availability": null
  20. }
  21. ]
  22. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement