A collection of directives and services that is used in our projects.
- has-feedback: automagically adds validation feedback to form group;
- feedback-icon: automagically adds validation feedback icon in a form control;
- currency: Format an input to currency data (uses the AngularJS i18n locales);
- can-submit: Enable/disable the submit button if form is invalid or trigger validation when submit button is clicked.
- unique: Send an AJAX request to the backend server and check if the input value is unique.
- match: Checks if an input value is equals another.
- uauHelpers: Service that contain helpers to show validation messages.
Documentation coming soon.