Skip to content

Instantly share code, notes, and snippets.

@larryparitosh
Created May 31, 2017 10:03
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 larryparitosh/1ce65584e007b8344004e00dfe74b233 to your computer and use it in GitHub Desktop.
Save larryparitosh/1ce65584e007b8344004e00dfe74b233 to your computer and use it in GitHub Desktop.
Angular loop example
<li ng-repeat="item in items">{{item}}</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment