Skip to content

An AngularJS directive written in TypeScript to help deal with forms

Notifications You must be signed in to change notification settings

kobimantzur/ng-form-load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

ng-form-load

An AngularJS directive written in TypeScript to help deal with forms This simple directive will disable your form and place a loader in the center of the screen every time you turn on your boolean flag. I've implemented @ConnorAtherton/loaders.css's ball-pulse loader for pure css.

You can use it in 3 simple steps:

1.add ngFormLoad.min.js & ngFormLoad.min.css to your bundle.
2.inject ["ngFormLoad"] to your angular app.
3.add ng-form-load="your flag" attribute to your form tag with your loading flag

About

An AngularJS directive written in TypeScript to help deal with forms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published