Skip to content

Commit

Permalink
fix(modal): Remove unnecessary/obsolete ng-click from window template
Browse files Browse the repository at this point in the history
fixes #105
  • Loading branch information
jbrowning committed Oct 15, 2014
1 parent 9205a48 commit c359d0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions template/modal/window.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<div tabindex="-1" class="reveal-modal fade {{ windowClass }}"
ng-class="{in: animate}" ng-click="close($event)"
style="display: block; visibility: visible">
ng-class="{in: animate}" style="display: block; visibility: visible">
<div ng-transclude></div>
</div>

0 comments on commit c359d0b

Please sign in to comment.