angular-xeditable

Edit in place for AngularJS

  • 所有者: vitalets/angular-xeditable
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

主要指标

概览
名称与所有者vitalets/angular-xeditable
主编程语言HTML
编程语言JavaScript (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2013-09-05 07:50:46
推送于2024-04-10 20:37:31
最后一次提交2022-07-15 13:49:27
发布数25
最新版本名称0.10.2 (发布于 )
第一版名称0.1.0 (发布于 )
用户参与
星数1.9k
关注者数75
派生数402
提交数561
已启用问题?
问题数609
打开的问题数103
拉请求数108
打开的拉请求数9
关闭的拉请求数60
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?