Skip to content

Instantly share code, notes, and snippets.

@codedcontainer
Created April 22, 2016 14:40
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 codedcontainer/89f6d1441a0d2b2d4054945b94000bb7 to your computer and use it in GitHub Desktop.
Save codedcontainer/89f6d1441a0d2b2d4054945b94000bb7 to your computer and use it in GitHub Desktop.
Allows you to repeat a number of icons numerous times such as if you were using a for loop in JavaScript
<i class="material-icons md-48" ng-repeat="_ in ((_ = []) && (_.length=3) && _) track by $index">star</i>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment