Skip to content

Commit 71cf5c5

Browse files
Fix example
1 parent fe4bf7f commit 71cf5c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

j-MultiOptions/example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div style="width:600px;margin:30px auto">
2-
<ui-bind path="multioptions" config="options" class="block">
2+
<ui-component name="multioptions" path="options" class="block">
33
<script type="text/plain">
44
option('background', 'Background Color', '#8CC152', 'Color');
55
option('type', 'Type', 'days', ['hours', 'days', 'months', 'years']);
@@ -13,7 +13,7 @@
1313
option('onlyInteger', 'Whole numbers', true);
1414
option('decimals', 'Decimals', 1);
1515
</script>
16-
</ui-bind>
16+
</ui-component>
1717
</div>
1818

1919
<script>

0 commit comments

Comments
 (0)