Skip to content

Instantly share code, notes, and snippets.

@omariosouto
Created August 11, 2016 16:51
Show Gist options
  • Select an option

  • Save omariosouto/cc5fa251a79c690d433a8de43cd153cd to your computer and use it in GitHub Desktop.

Select an option

Save omariosouto/cc5fa251a79c690d433a8de43cd153cd to your computer and use it in GitHub Desktop.
<div ng-controller="MyCtrl">
<p ng-repeat="i in list|orderBy:random">{{i}}</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment