angularjs - Access ng-repeat value in Jade -


New in node, connor and jade - Anyone looking to repeat value VIA to reach Jade.

Current code

  tr (ng-repeat = "item in data") TD (...) period {{item.stuff}}  

This successfully creates a table of item.stuff . I am using the conditional statement of Zed on item . Like: case # {item.stuff} , but in this scenario the item is undefined


Comments