Skip to content

joedotjs/ngKnob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngKnob

A simple directive that simulates a real-world volume knob. This was built as an example at Fullstack Academy.

Running the example

Use python -m HTTPSimpleServer or npm install -g http-server && http-server to run the example code.

Using it in your application

npm install ng-knob.

Include dist/ngKnob.js in your application as a <script> and as well as link the dist/ngKnob.css stylesheet. Merge your application with ngKnob (angular.module('YourApp', ['ngKnob'])) and use the <ng-knob> directive as seen in the example.

Thanks

1504 for learning well and Thom Yorke for providing the tune.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published