ng-knob

1.0.1 • Public • Published

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 provided the tune.

Readme

Keywords

none

Package Sidebar

Install

npm i ng-knob

Weekly Downloads

33

Version

1.0.1

License

none

Last publish

Collaborators

  • joedotjs