0.1.1 • Published 10 years ago

moo-knob-switch v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago