We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9df3c5e + c87cf7f commit 3d5d848Copy full SHA for 3d5d848
src/directives/decorators/bootstrap/tabarray.html
@@ -25,7 +25,7 @@
25
ng-repeat="item in modelArray track by $index"
26
ng-show="selected.tab === $index"
27
ng-class="{active: selected.tab === $index}">
28
- <sf-decorator form="copyWithIndex($index)"></sf-decorator>
+ <sf-decorator ng-init="arrayIndex = $index" form="copyWithIndex($index)"></sf-decorator>
29
30
31
<button ng-hide="form.readonly"
0 commit comments