landru29 / units-conversion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

beer-toolbox

Angular toolbox for converting from a unit to another.

Prerequisite

You must have a sane instance of bower

npm install --g bower

Installation

Install with bower:

bower install --save units-conversion

Usage

Include UnitsConversion deps in you AngularJs application

angular.module('foo', ['UnitsConversion']);

Include js in your html

<script src="bower_components/units-conversion/dist/units-conversion.js"></script>

About


Languages

Language:JavaScript 100.0%