Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Making the 'X' button on the top right corner of the popup window for…
Browse files Browse the repository at this point in the history
… URL deletion working.
  • Loading branch information
jkremser committed Jun 2, 2015
1 parent 5491ffe commit 1a9836e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="modal-header">
<button type="button" class="close" ng-click="cancel()">
<button type="button" class="close" ng-click="vm.cancel()">
<span class="pficon pficon-close"></span>
</button>
<h4 class="modal-title">Delete Resource</h4>
Expand Down

0 comments on commit 1a9836e

Please sign in to comment.