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
Post a Comment