Skip to content

Instantly share code, notes, and snippets.

@justinbmeyer
Created July 2, 2019 16:09
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 justinbmeyer/27e883cf46ca11c0b571cccc6b4b9802 to your computer and use it in GitHub Desktop.
Save justinbmeyer/27e883cf46ca11c0b571cccc6b4b9802 to your computer and use it in GitHub Desktop.
dumb
<ul class="seasons">
  <li class="season" ng-repeat="season in seasons">
    Season {{season.seasonNumber}}
  </li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment