angular-bootstrap-toggle-switch

WebJar for angular-bootstrap-toggle-switch

License

License

MIT
Categories

Categories

Angular User Interface Web Frameworks
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

angular-bootstrap-toggle-switch
Last Version

Last Version

0.5.6
Release Date

Release Date

Type

Type

jar
Description

Description

angular-bootstrap-toggle-switch
WebJar for angular-bootstrap-toggle-switch
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/JumpLink/angular-toggle-switch

Download angular-bootstrap-toggle-switch

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/angular-bootstrap-toggle-switch/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>angular-bootstrap-toggle-switch</artifactId>
    <version>0.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-bootstrap-toggle-switch/
implementation 'org.webjars.bower:angular-bootstrap-toggle-switch:0.5.6'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-bootstrap-toggle-switch/
implementation ("org.webjars.bower:angular-bootstrap-toggle-switch:0.5.6")
'org.webjars.bower:angular-bootstrap-toggle-switch:jar:0.5.6'
<dependency org="org.webjars.bower" name="angular-bootstrap-toggle-switch" rev="0.5.6">
  <artifact name="angular-bootstrap-toggle-switch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-bootstrap-toggle-switch', version='0.5.6')
)
libraryDependencies += "org.webjars.bower" % "angular-bootstrap-toggle-switch" % "0.5.6"
[org.webjars.bower/angular-bootstrap-toggle-switch "0.5.6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

AngularJS Bootstrap 2/3 Toggle Switch Build Status

Toggle Switches for AngularJS (and optionally Bootstrap). Based off Bootstrap switch by Matt Lartentis and forked from cgarvis.

Preview

Demo

jumplink.github.io/angular-toggle-switch

Installation

Download angular-toggle-switch.min.js or install with bower.

$ bower install angular-bootstrap-toggle-switch --save

Load angular-toggle-switch.min.js then add the toggle-switch module to your Angular App.

angular.module('app', ['toggle-switch']);

See demo 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.

$ grunt test

Release

$ grunt release

Versions

Version
0.5.6
0.5.5
0.5.2