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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?