项目作者: MarkThibault

项目描述 :
Angular checkbox component.
高级语言: JavaScript
项目地址: git://github.com/MarkThibault/angular-checkbox.git
创建时间: 2017-06-14T04:33:05Z
项目社区:https://github.com/MarkThibault/angular-checkbox

开源协议:

下载


Angular Checkbox

This is a checkbox component.

Getting Started

Prerequisites

Installing

  1. Add the following to your dependencies:
  2. "angular-checkbox": "git://github.com/MarkThibault/angular-checkbox.git",

Usage

Inject into angular module:

  1. angular.module("app", ["angularCheckboxModule"])

Using the component:

  1. <angular-checkbox label="{{app.checkboxLabel}}" checkbox-id="check1" is-checked="app.checkboxChecked" on-update="app.toggleThis($event);" disable="app.disableStatus()"></angular-filter>

Running the tests

Deployment

Built With

Contributing

Versioning

Authors

License

Acknowledgments