vivin / regula

Regula: An annotation-based form-validation framework in Javascript
126 stars 24 forks source link

AMD Support #30

Closed jeffrose closed 11 years ago

jeffrose commented 12 years ago

Consider adding AMD support so Regula can be loaded using an AMD loader like RequireJS.

The umdjs project provides examples of how to incorporate support for AMD. The two applicable examples are amdWeb and jqueryPlugin.

vivin commented 12 years ago

Good idea. I'll look into implementing this.