UNPKG

angular-formly

Version:

AngularJS directive which takes JSON representing a form and renders to HTML

18 lines (15 loc) 575 B
// Load up the angular formly module import index from './index.common' // Bring in the test suites import './providers/formlyApiCheck.test' import './providers/formlyConfig.test' import './services/formlyUtil.test' import './directives/formly-custom-validation.test' import './directives/formly-field.test' import './directives/formly-focus.test' import './directives/formly-form.test' import './directives/formly-form.controller.test' import './run/formlyCustomTags.test' import './run/formlyNgModelAttrsManipulator.test' import './other/utils.test' export default index