AngularJS directives for Bitwise operations and controls
Here: http://quanla.github.io/angular-bit/
- Through Bower:
bower install angular-bit
- Through Github: Download here
This module contain all directives and filter needed for bitwise operations and controls
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.
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']);
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.