ngem-form
> ngem-form is a simple angular1.x library created for simplifying the work I'm doing in Gemalto
Notes: Thanks for angular-formly, it teaches me a lot
requirements
- bootstrap.css
Installation
npm install --save ngem-form
list of directives
- textfield: decorated text input
- textblock: decorated textarea
Usage
input
add in your principal module
var app= angular;
create a textfield() in html
or as attribute
configure a textfield
Note: textfield with rule could replace some input tags, for example: text, number