UNPKG

grunt-ngbs-forms

Version:

Generate forms using Angular for validations and Bootstrap for styles from short and concise descriptions of the fields.

8 lines (5 loc) 97 B
'use strict'; module.exports = function(form) { form.input('foo') .label('My label'); };