hhy5277 / angular-xeditable

Edit in place for AngularJS

Home Page:http://vitalets.github.io/angular-xeditable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"]);

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. 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

About

Edit in place for AngularJS

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

License:MIT License


Languages

Language:HTML 56.4%Language:JavaScript 40.8%Language:CSS 2.8%