Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 758 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 758 Bytes

Ungonnak's utilities for AngularJS projects

A collection of directives and services that is used in our projects.

Directives

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

Validators

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

Services

  • uauHelpers: Service that contain helpers to show validation messages.

Documentation coming soon.