Edit in place for AngularJS
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.
http://vitalets.github.io/angular-xeditable
bower install angular-xeditable
Download latest version from project homepage.
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.
Please use these live templates when creating issues:
http://jsfiddle.net/NfPcH/3
http://plnkr.co/edit/BjWwXIlYyyLvRnVwO8m8?p=preview
- select2
- checklist
- combodate
- popup mode (waiting angular-ui/bootstrap#1391)
- internally move to lazy-model
MIT