kelp404 / angular-form-builder

Drag and drop to build bootstrap forms in AngularJS.
http://kelp404.github.io/angular-form-builder/
MIT License
599 stars 340 forks source link

Index in view not updating #78

Open thomas479 opened 9 years ago

thomas479 commented 9 years ago

In the view is the index not updating when inserting a new element. In my application I display the index number from every object, but when I add an new object of the same type in between already existing objects, the bottom one is not updated. Like this:

0 textInput
1 textInput 

becomes:

0 textInput
1 textInput
1 textInput

But in the JSON in the bottom of the page, the scope. It is properly updated. error