AngularJS Module To Detect and Indicate Input Modifications

Author: betsol
Official Page: Go to website
Publish Date: January 26, 2015
License: MIT

Description:

This AngularJS module adds additional properties and methods to the ngModel and ngForm controllers as well as CSS classes to the underlying form elements to provide end-user with facilities to detect and indicate changes in form data.

This extra functionality allows you to provide better usability for forms. For example, you can add decorations to the form elements that are actually changed. That way, user will see what values has changed since last edit.

Also, you can reset form to it’s initial state (cancel all user edits) with just a single call to form.reset() or lock new values (preserve new state) just by calling augmented form.$setPristine() method. If you want, you can do this for individual input elements the same way.

Previews:

angular-input-modified Basic Demo

Basic Demo

angular-input-modified AngularUI Bootstrap DatePicker & TimePicker Demo

AngularUI Bootstrap DatePicker & TimePicker Demo


You Might Be Interested In:

Add Comment