Skip to content

Commit b8608eb

Browse files
author
Victor Balbo de Oliveira (Take.net)
committed
fix(client): fix onclick to MultipleInput delete button
master
1 parent 9e65fd8 commit b8608eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/blipMultipleInput/blipMultipleInput.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
form-reference="$ctrl.multipleInputsForm['form' + $index]"
1212
on-change="$ctrl.saveInput($val, $index)"
1313
class="w-100"></blip-input-dpr>
14-
<img class="trash-icon" icon-src="Trash" />
14+
<img class="trash-icon" icon-src="Trash" ng-click="$ctrl.delete($index)" />
1515
</ng-form>
1616
</li>
1717
</ul>

0 commit comments

Comments
 (0)