Skip to content

ungonnak/angular-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Ungonnak's utilities for AngularJS projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published