angular-xeditable

WebJar for angular-xeditable

Лицензия

Лицензия

MIT
Категории

Категории

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

Группа

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

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

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

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

0.8.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/vitalets/angular-xeditable

Скачать angular-xeditable

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

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

Зависимости

compile (1)

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

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

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

Angular-xeditable

npm Bower

Edit in place for AngularJS

Overview

Angular-xeditable is a bundle of AngularJS directives that allows you to create editable elements in your projects.
Such technique is also known as click-to-edit or edit-in-place.
It is based on ideas of x-editable but was written from scratch to use power of angular and support complex forms / editable grids.

Demo and docs

https://vitalets.github.io/angular-xeditable

Installation

Bower

bower install angular-xeditable

NPM

npm install angular-xeditable

Manual

Download latest version from project homepage.

Insert dependency

var app = angular.module("app", ["xeditable"]);

Usage with a Asset/Module Bundler

import angularXeditable from 'angular-xeditable';

angular.module('app', [angularXeditable]);

Dependencies

Basically it does not depend on any libraries except AngularJS itself.
For themes you may need to include Twitter Bootstrap CSS.
For some extra controls (e.g. datepicker) you may need to include angular-ui bootstrap for Bootstrap 2/3. Include ui-bootstrap4 for Bootstrap 4. To use ui-select you will need to include angular-ui ui-select. To use ngTagsInput you will need to include mbenford ngTagsInput. To use ui-date you will need to include angular-ui ui-date.

Reporting issues and Contributing

Please read our Contributor guidelines before reporting an issue or creating a pull request.

License

MIT

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

Версия
0.8.1
0.7.1
0.7.0
0.6.0
0.5.0
0.4.0
0.2.0
0.1.12
0.1.11
0.1.10
0.1.9