Changed name of emitAppEvent to just appEvent

This commit is contained in:
Torkel Ödegaard
2014-09-24 16:26:39 +02:00
parent 69e80fd11c
commit 6f1a6d5a56
11 changed files with 23 additions and 23 deletions

View File

@@ -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);
});