0.1.1 • Published 8 years ago

moo-knob-switch v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

moo-knob-switch

AngularJS Knob Switch Directive Component for mooAngular Component Library

Usage:

ES6 import syntax

import mooKnobSwitch from 'moo-knob-switch';
const app = angular.module('myAngularApplicationWithDependancies', ['mooAngular.knobSwitch']);

CommonJS

var mooKnobSwitch = require('moo-knob-switch');
const app = angular.module('myAngularApplicationWithDependancies', ['mooAngular.knobSwitch']);

Browser Tag's

<!--  Example CDN Hosting For Node Modules. Official CDN TBD -->
<script src='//npm-cdn.herokuapp.com/moo-knob-switch@0.1.0/dist/index.js' />

##Example See this codepen to preview the implementation live.

0.1.1

8 years ago

0.1.0

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago