angular.module('brightForms').run([
'$templateCache',
'FormioUtils',
function($templateCache, FormioUtils) {
$templateCache.put('formio/components/udf/udf_type_1.html',
FormioUtils.fieldWrap(''));
$templateCache.put('formio/components/udf/udf_type_2.html',
FormioUtils.fieldWrap(''));
$templateCache.put('formio/components/udf/udf_type_3.html',
FormioUtils.fieldWrap(
'
'
+ ' '
+ '
'));
$templateCache.put('formio/components/udf/udf_type_4.html',
FormioUtils.fieldWrap(''
+ ' '
+ ''
+ ''));
$templateCache.put('formio/components/udf/udf_type_5.html',
FormioUtils.fieldWrap(''));
$templateCache.put('formio/components/udf/udf_type_6.html',
FormioUtils.fieldWrap(''));
$templateCache.put('formio/components/udf/udf_type_7.html',
FormioUtils.fieldWrap(
''
+ ''
+ ' '
+ ' '
));
$templateCache.put('formio/components/udf/udf_type_10.html',
FormioUtils.fieldWrap(
''
+ ''
+ ''
+ ''
+ ''
+ '
'
+ ''
));
// Create the settings markup.
$templateCache.put('formio/components/udf/display/udf.html',
'' +
'' +
'' +
'' +
'' +
'' +
'' +
'
' +
''
);
// Create the API markup.
$templateCache.put('formio/components/udf/validate/udf/validate.html',
'' +
'' +
''
);
}
]);