UNPKG
vormjs
Version:
latest (0.2.4)
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
Write your forms in JSON and HTML, use the same API.
github.com/plestik/vorm
plestik/vorm
vormjs
/
src
/
VormValueType.js
12 lines
(9 loc)
•
161 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/*global angular*/
(
function
(
)
{ angular.
module
(
'vorm'
) .
constant
(
'VormValueType'
,{
SINGLE
:
'single'
,
LIST
:
'list'
,
NAMED
:
'named'
}); })();