Allow custom bootstrap layout.

This commit is contained in:
Scott Hatcher
2015-07-13 07:55:15 -07:00
parent 442dbd53b5
commit 700ec57d8b
+7
View File
@@ -440,6 +440,13 @@ declare module AngularFormly {
*/
runExpressions?: () => void;
////////////////// BOOTSTRAP SPECIFIC ///////////////////////
fieldGroup?: IFieldConfigurationObject[];
}
}