# angular-toggle-switch **Repository Path**: mirrors_FGRibreau/angular-toggle-switch ## Basic Information - **Project Name**: angular-toggle-switch - **Description**: [Fork] AngularJS Toggle Switch - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # angular-toggle-switch2 [![Build Status](https://travis-ci.org/fgribreau/angular-toggle-switch.png?branch=master)](https://travis-ci.org/fgribreau/angular-toggle-switch) Toggle Switches for AngularJS. Based off [Bootstrap switch](http://www.larentis.eu/switch/) by Matt Lartentis. **FORK** - added a `toggle` attr evaluated each time the user click on the toggle. - now `toggle-switch` does NOT change the boolean value of the `model` attribute and use it only as a read-only property. ``` ``` ## Demo [cgarvis.github.io/angular-toggle-switch](http://cgarvis.github.io/angular-toggle-switch) ## Installation ```bash $ bower install angular-toggle-switch2 --save ``` ```javascript angular.module('app', ['toggle-switch']); ``` See [demo](http://cgarvis.github.io/angular-toggle-switch) for usage. ## Development Testing is done using Karma Test Runner. ```bash $ grunt test ``` ## Release ```bash $ grunt release ```