Skip to content

Instantly share code, notes, and snippets.

View Toxantron's full-sized avatar
🏠
Working from home

Thomas Fuchs Toxantron

🏠
Working from home
View GitHub Profile
@dave-newson
dave-newson / toggle-checkbox.js
Last active January 10, 2018 05:00
Bootstrap-toggle AngularJS directive
'use strict';
/**
* Bootstrap-toggle Directive
* @link https://github.com/minhur/bootstrap-toggle
*/
angular.module('toggleCheckbox', [])
.directive('toggleCheckbox', function() {
/**