UNPKG

vormjs

Version:

Write your forms in JSON and HTML, use the same API.

12 lines (9 loc) 161 B
/*global angular*/ (function ( ) { angular.module('vorm') .constant('VormValueType',{ SINGLE: 'single', LIST: 'list', NAMED: 'named' }); })();