Skip to content

afcastano/simple-ui-inLineEdit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Inline Edit Directive

Simple In line edition directive for Angular Js. Keyboard edition and tab support. The style of the components can be easily defined.

Check the demo: http://afcastano.github.io/simple-ui-inLineEdit/demo/index.html

Include the module simple.ui.inLineEdit on your application.

var app = angular.module('demoApp', ['simple.ui.inLineEdit']);

And then use the attribute in-line-editable in your templates like this:

<table>
	<tr ng-repeat="item in items">
		<td in-line-editable ng-model="item" model-att="name"></td>
		<td in-line-editable ng-model="item" model-att="value" display-filter="currency" s-numbers-only="true"></td>
	</tr>
</table>
  • Pending: Detailed description. (Include modelUpdated callback and double click support)
  • Pending: Example with date-picker
  • Pending: Minimize
  • Pending: Dependencies

Other projects

About

In line edition directive for Angular Js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published