Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

Commit

Permalink
Added min option to example
Browse files Browse the repository at this point in the history
  • Loading branch information
jenwachter committed Nov 12, 2017
1 parent 5314348 commit 00db562
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/one.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<legend>To Do List</legend>

<div class="repeatable"><?php Repopulator::repopulate("todos", $_POST); ?></div>

<div class="form-group">
<input type="button" value="Add Todo Item" class="btn btn-default add" />
</div>
Expand All @@ -56,11 +56,11 @@
addTrigger: ".todos .add",
deleteTrigger: ".todos .delete",
template: "#todos",
startWith: 1,
min: 2,
max: 5
});
});
</script>

</body>
</html>
</html>

0 comments on commit 00db562

Please sign in to comment.