angular-toggle-switch

WebJar for angular-toggle-switch

License

License

MIT
Categories

Categories

Angular User Interface Web Frameworks
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

angular-toggle-switch
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download angular-toggle-switch

How to add to project

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

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.

angular-toggle-switch Build Status

Toggle Switches for AngularJS. Based off Bootstrap switch by Matt Lartentis.

Demo

cgarvis.github.io/angular-toggle-switch

Installation

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

$ bower install angular-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.

Development

Testing is done using Karma Test Runner.

$ grunt test

Release

$ grunt release

Versions

Version
1.3.0