tellform/public/modules/forms/base/config/forms.client.config.js
2016-06-15 15:28:27 -07:00

19 lines
262 B
JavaScript

'use strict';
// Configuring the Forms drop-down menus
angular.module('forms').value('supportedFields', [
'textfield',
'textarea',
'date',
'dropdown',
'hidden',
'password',
'radio',
'legal',
'statement',
'rating',
'yes_no',
'number',
'natural'
]);