Skip to content

Instantly share code, notes, and snippets.

@kyuwoo-choi
Last active May 28, 2018 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyuwoo-choi/a6b59c220906ee894d11f654d50c64b0 to your computer and use it in GitHub Desktop.
Save kyuwoo-choi/a6b59c220906ee894d11f654d50c64b0 to your computer and use it in GitHub Desktop.
<!-- angular: loop -->
<header ng-repeat-start="item in items">
Header {{ item }}
</header>
<!-- handlebars: conditional -->
<div class="entry">
{{#if author}}
<h1>{{firstName}} {{lastName}}</h1>
{{/if}}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment