angularjs - Access ng-repeat value in Jade -



angularjs - Access ng-repeat value in Jade -

new node, angular, , jade -- looking access angular repeat value via jade.

the current code

tr( ng-repeat="item in $data" ) td(...) span {{item.stuff}}

this creates table of item.stuff. i'm looking utilize jade's conditional statements on item. such as: case #{ item.stuff }, item undefined in scenario.

angularjs jade

Comments

Popular posts from this blog

php - How to pass multiple values from url -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -