GoTeamEpsilon / angular-to-react-redux

Angular to React/Redux, a Guide for Angular v1 Experts Looking to Learn React/Redux
MIT License
107 stars 12 forks source link

ng-if #3

Closed ShaneChesnutt closed 7 years ago

ShaneChesnutt commented 7 years ago

Document in Readme

MatthewVita commented 7 years ago
<div>
  { foo == "bar" ? <p>show me if foo's value is "bar"!</p> : null }
</div>