Skip to content

Commit

Permalink
fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
bugthesystem committed Oct 12, 2015
1 parent 4437dae commit 1dc3500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/alerts/alerts.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="row alerts-container" *ng-if="alerts.length">
<div class="col-xs-12">
<div class="alert alert-{{alert.type}}" *ng-for="#alert of alerts #i=index" role="alert">
<button type="button" (click)="closeAlert(index)" class="close" aria-label="Close"><span
<button type="button" (click)="closeAlert(i)" class="close" aria-label="Close"><span
aria-hidden="true">&times;</span></button>
{{alert.msg}}
</div>
Expand Down

0 comments on commit 1dc3500

Please sign in to comment.