summaryrefslogtreecommitdiff
path: root/management/editor/elements.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-12-20 13:15:06 -0800
committerSteve Manuel <nilslice@gmail.com>2016-12-20 13:15:06 -0800
commitf6b39f22c712a11842b83e12879c1ef899337291 (patch)
treec27918347c2ac39ff04020aaa9bb180b2013cb99 /management/editor/elements.go
parente4fa817d305f701be0aeb34c079c93108940e2c3 (diff)
adding generic RepeatController JS creator and working RepeatSelect repeater input
Diffstat (limited to 'management/editor/elements.go')
-rw-r--r--management/editor/elements.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/management/editor/elements.go b/management/editor/elements.go
index 9b35c65..75c37e2 100644
--- a/management/editor/elements.go
+++ b/management/editor/elements.go
@@ -325,7 +325,7 @@ func Checkbox(fieldName string, p interface{}, attrs, options map[string]string)
}
}
- // create a *element manually using the maodified tagNameFromStructFieldMulti
+ // create a *element manually using the modified tagNameFromStructFieldMulti
// func since this is for a multi-value name
input := &element{
TagName: "input",