I would like to have a self-appending input box when I click on an "add more" button.
What I currently have is the following, in which I hope that when I click on the link, the input will append itself with each click.
<div ng-repeat="item in items" slide-show="showInput">
<input name="item.id">
</div>
<div>
<a href ng-click="showInput=true">add more</a>
<div>