🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

An angular directive that adds a toggle button.

Plugins

Documentation

Angular Toggle Directive

An angular directive that adds a toggle button.

Angular Toggle screenshot

Usage

A full example can be seen in the examples folder. First include the angular-toggle dependency on your Angular module:

var app = angular.module('demo', ['angular-toggle']);

After that you can use the directive with the markup:

<pm-toggle ng-model="vm.model.enabled"></pm-toggle>

Version History

0.1.3 (17/02/2016)

  • Added README
  • Updated visual style
  • Fixed gulp watch not processing less changes
  • Committed compiled JS/CSS

0.1.2 (12/02/2016)

  • Fixed incorrect version number in npm

0.1.1 (12/02/2016)

  • Fixed incorrect Github username in package homepage

0.1.0 (12/02/2016)

  • First public release of angular-toggle

Copyright

php-chat Copyright (c) 2016 pmill ([email protected]) All rights reserved.


You May Also Like