# angular-toggle-switch **Repository Path**: fuhm_star/angular-toggle-switch ## Basic Information - **Project Name**: angular-toggle-switch - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-26 - **Last Updated**: 2022-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AngularJS Bootstrap 2/3 Toggle Switch [![Build Status](https://travis-ci.org/JumpLink/angular-toggle-switch.png?branch=master)](https://travis-ci.org/JumpLink/angular-toggle-switch) Toggle Switches for AngularJS (and optionally Bootstrap). Based off [Bootstrap switch](http://www.larentis.eu/switch/) by Matt Lartentis and forked from [cgarvis](https://github.com/cgarvis/angular-toggle-switch). ![Preview](/preview.png) ## Demo [jumplink.github.io/angular-toggle-switch](http://jumplink.github.io/angular-toggle-switch/) ## Installation Download [angular-toggle-switch.min.js](https://raw.github.com/JumpLink/angular-toggle-switch/master/angular-toggle-switch.min.js) or install with bower. ```bash $ bower install angular-bootstrap-toggle-switch --save ``` Load `angular-toggle-switch.min.js` then add the `toggle-switch` module to your Angular App. ```javascript angular.module('app', ['toggle-switch']); ``` See [demo](http://jumplink.github.io/angular-toggle-switch) for usage. ## Less If you want to use your bootstrap variables, include toggle-switch.less in your compilation stack. You can even choose among Bootstrap version 2 or 3 compatible source. ## Development Testing is done using Karma Test Runner. ```bash $ grunt test ``` ## Release ```bash $ grunt release ```