Commit 5e013f82 by Gordon McGuire Committed by Torkel Ödegaard

fix: close for 'Unsaved Changes' modal, #9284 (#9313)

Missing reference to the controller instance.
parent f8b8907c
...@@ -10,7 +10,7 @@ const template = ` ...@@ -10,7 +10,7 @@ const template = `
<span class="p-l-1">Unsaved changes</span> <span class="p-l-1">Unsaved changes</span>
</h2> </h2>
<a class="modal-header-close" ng-click="dismiss();"> <a class="modal-header-close" ng-click="ctrl.dismiss();">
<i class="fa fa-remove"></i> <i class="fa fa-remove"></i>
</a> </a>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment