angular-ui-indeterminate

WebJar for angular-ui-indeterminate

Лицензия

Лицензия

MIT
Категории

Категории

Angular Взаимодействие с пользователем Веб-фреймворки MINA Сеть Networking
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

angular-ui-indeterminate
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

angular-ui-indeterminate
WebJar for angular-ui-indeterminate
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/angular-ui/ui-indeterminate

Скачать angular-ui-indeterminate

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.bower : angular jar [1.0.5,)

Модули Проекта

Данный проект не имеет модулей.

ui-indeterminate Build Status npm version Bower version Join the chat at https://gitter.im/angular-ui/ui-indeterminate

Provides an easy way to toggle a checkbox input's special 'indeterminate' property. This is a visual toggle only and in no way affects the model or value outside of native browser behavior at this time.

Requirements

  • AngularJS

Usage

You can get it from Bower

bower install angular-ui-indeterminate

Load the script files in your application:

<script type="text/javascript" src="bower_components/angular/angular.js"></script>
<script type="text/javascript" src="bower_components/angular-ui-indeterminate/dist/indeterminate.js"></script>

Add the specific module to your dependencies:

angular.module('myApp', ['ui.indeterminate', ...])

Development

We use Karma and jshint to ensure the quality of the code. The easiest way to run these checks is to use grunt:

npm install -g gulp-cli
npm install && bower install
gulp

The karma task will try to open Firefox and Chrome as browser in which to run the tests. Make sure this is available or change the configuration in karma.conf.js

Gulp watch

gulp watch will automatically test your code and build a release whenever source files change.

How to release

Use gulp to bump version, build and create a tag. Then push to GitHub:

gulp release [--patch|--minor|--major]
git push --tags origin master # push everything to GitHub

Travis will take care of testing and publishing to npm's registry (bower will pick up the change automatically). Finally create a release on GitHub from the tag created by Travis.

org.webjars.bower

AngularUI

Версии библиотеки

Версия
1.0.0