Skip to content

Instantly share code, notes, and snippets.

@steve228uk
Forked from anonymous/gist:406811f779e6b50be0e4
Created December 8, 2015 11:13
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 steve228uk/eaf5a4698ee985a814cc to your computer and use it in GitHub Desktop.
Save steve228uk/eaf5a4698ee985a814cc to your computer and use it in GitHub Desktop.
<label ng-repeat="material in materials" class="materials col-lg-8 col-lg-offset-2 debug" style="border-right: 1px solid black;">
<div class="inner">
<input type="checkbox" ng-model="materials" ng-click="select(item)" checklist-model="choices.materials" checklist-value="material">
<i class="icon-{{material | lowercase}}" ng-class="{class: materials}"></i> {{material | capitalize}}
</div>
</label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment