mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Changed name of emitAppEvent to just appEvent
This commit is contained in:
@@ -68,7 +68,7 @@ define([
|
||||
self.$httpBackend = $httpBackend;
|
||||
|
||||
self.$rootScope.onAppEvent = function() {};
|
||||
self.$rootScope.emitAppEvent = function() {};
|
||||
self.$rootScope.appEvent = function() {};
|
||||
|
||||
self.service = $injector.get(name);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user