Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 1.1 KB

File metadata and controls

36 lines (18 loc) · 1.1 KB

AngularJS directives for Bitwise operations and controls

Demo:

Here: http://quanla.github.io/angular-bit/

Installation:

  • Through Bower: bower install angular-bit
  • Through Github: Download here

Description:

This module contain all directives and filter needed for bitwise operations and controls

Explanation:

Sometimes angular applications is required to use data in bit format: checkboxes that show and change a bit of a number, or select box (multiple) that have options corresponded to bit positions in a number.

Usage:

Include angular-bit-1.0.0.min.js in your application.

<script src="components/angular-bit/angular-bit-1.0.0.min.js"></script>

Add the module angular-bit as a dependency to your app module:

var myapp = angular.module('myapp', ['angular-bit']);

Example:

Dependencies:

This library has no dependency except for AngularJS itself. However if JQuery is presented, you can add fade in/out animation effect to your wizard.