angular-toggle

0.1.3 • Public • Published

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 (dev.pmill@gmail.com) All rights reserved.

Package Sidebar

Install

npm i angular-toggle

Weekly Downloads

3

Version

0.1.3

License

MIT

Last publish

Collaborators

  • pmill