Skip to content

Instantly share code, notes, and snippets.

@gcpantazis
Created October 10, 2012 18:02
Show Gist options
  • Save gcpantazis/3867218 to your computer and use it in GitHub Desktop.
Save gcpantazis/3867218 to your computer and use it in GitHub Desktop.
Reduced loader example.
<script type="text/template" id="template_loader">
<div class="loader <%= className %>">
<% for ( var i = 0; i <= 11; i++ ) { %>
<div class="bar<%= i %>"></div>
<% } %>
</div>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment