mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Missing reference to the controller instance.
This commit is contained in:
parent
f8b8907cc4
commit
5e013f82b4
@ -10,7 +10,7 @@ const template = `
|
||||
<span class="p-l-1">Unsaved changes</span>
|
||||
</h2>
|
||||
|
||||
<a class="modal-header-close" ng-click="dismiss();">
|
||||
<a class="modal-header-close" ng-click="ctrl.dismiss();">
|
||||
<i class="fa fa-remove"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user