Added in optional bootstrap template option. Will need to pull out and place in bootstrap-templates definition if it expands much further.

This commit is contained in:
Scott Hatcher
2015-07-14 10:08:15 -07:00
parent b22932b2ef
commit 2f073bda43
+2
View File
@@ -94,7 +94,9 @@ declare module AngularFormly {
onKeypress?: string;
onKeyup?: string;
//Bootstrap types
label?: string;
description?: string;
[key: string]: any;
}