Skip to content

Instantly share code, notes, and snippets.

@andreareginato
Last active August 29, 2015 14:02
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 andreareginato/00a120b314523b690e2c to your computer and use it in GitHub Desktop.
Save andreareginato/00a120b314523b690e2c to your computer and use it in GitHub Desktop.
Light switch template
<div class="ly-switch">
<input type="checkbox" id="ly-checkbox" />
<label class="ly-slider" for="ly-checkbox" ng-click="execute(status.function)"></label>
<div class="ly-spinner ly-animation" ng-if="device.pending">
<div class="ly-bounce-1"></div>
<div class="ly-bounce-2"></div>
<div class="ly-bounce-3"></div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment