Skip to content

Instantly share code, notes, and snippets.

@ducngtuan
Created June 10, 2014 13:39
Show Gist options
  • Save ducngtuan/c7ac47f1d979d247e2ef to your computer and use it in GitHub Desktop.
Save ducngtuan/c7ac47f1d979d247e2ef to your computer and use it in GitHub Desktop.
<ul>
<li ngRepeat="exercise in exercises | orderBy: exerciseOrder">
{{exercise.title}}
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment