Skip to content

Commit

Permalink
fixes close icon for modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Menezes committed May 9, 2016
1 parent f9f98e8 commit 9aa093c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<i class="fa fa-times-circle-o pull-right normal-action" data-dismiss="modal"></i>
<i class="fa fa-times-circle-o normal-action" data-dismiss="modal" ng-click="service.close()">
</i>
<span class="modal-title"></span>
</div>
<div class="modal-body" ng-show="service.text">{{service.text}}</div>
<div class="modal-body" ng-bind-html="service.info"></div>
Expand Down

0 comments on commit 9aa093c

Please sign in to comment.