Skip to content

Commit

Permalink
fix(client): fix onclick to MultipleInput delete button
Browse files Browse the repository at this point in the history
master
  • Loading branch information
Victor Balbo de Oliveira (Take.net) committed Sep 12, 2019
1 parent 9e65fd8 commit b8608eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/blipMultipleInput/blipMultipleInput.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
form-reference="$ctrl.multipleInputsForm['form' + $index]"
on-change="$ctrl.saveInput($val, $index)"
class="w-100"></blip-input-dpr>
<img class="trash-icon" icon-src="Trash" />
<img class="trash-icon" icon-src="Trash" ng-click="$ctrl.delete($index)" />
</ng-form>
</li>
</ul>
Expand Down

0 comments on commit b8608eb

Please sign in to comment.