File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ declare module 'angular-formly' {
1616
1717declare module AngularFormly {
1818
19- interface IFieldArray extends Array < IFieldConfigurationObject | IFieldGroup > {
20-
19+ interface IFieldArray extends Array < IFieldConfigurationObject | IFieldGroup > {
20+
2121 }
2222
2323 interface IFieldGroup {
@@ -160,7 +160,7 @@ declare module AngularFormly {
160160 */
161161 asyncValidators ?: {
162162 [ key : string ] : string | IExpressionFunction | IValidator ;
163- }
163+ } ;
164164
165165 /**
166166 * This is a great way to add custom behavior to a specific field. It is injectable with the $scope of the
@@ -210,7 +210,7 @@ declare module AngularFormly {
210210 */
211211 expressionProperties ?: {
212212 [ key : string ] : string | IExpressionFunction | IValidator ;
213- }
213+ } ;
214214
215215
216216 /**
@@ -219,7 +219,7 @@ declare module AngularFormly {
219219 *
220220 * see http://docs.angular-formly.com/docs/field-configuration-object#hide-boolean
221221 */
222- hide ?: boolean
222+ hide ?: boolean ;
223223
224224
225225 /**
@@ -432,7 +432,7 @@ declare module AngularFormly {
432432 */
433433 show ?: boolean ;
434434
435- }
435+ } ;
436436
437437
438438 /**
@@ -446,7 +446,7 @@ declare module AngularFormly {
446446 */
447447 validators ?: {
448448 [ key : string ] : string | IExpressionFunction | IValidator ;
449- }
449+ } ;
450450
451451
452452 /**
You can’t perform that action at this time.
0 commit comments