Skip to content

AngularJS directives for bitwise operations and controls

Notifications You must be signed in to change notification settings

gpcaretti/angular-bit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

AngularJS directives for bitwise operations and controls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published