Demo

Style

All styles contained in src/ng-switcher.scss. You can style:

  • Switcher $width
  • Button $size
  • Border & background $color

For example:

Installation

Download ng-switcher.min.js or install with bower

$ bower install ng-switcher

Add module theaquaNg to your AngularJS application

angular.module('app', ['theaquaNg'])

Usage

<div ng-switcher ng-model="switchStatus"></div>