diff --git a/src/main/webapp/js/controllers.js b/src/main/webapp/js/controllers.js index 009aeea4..2dfbb639 100644 --- a/src/main/webapp/js/controllers.js +++ b/src/main/webapp/js/controllers.js @@ -19,7 +19,7 @@ module.run(['$rootScope', function($rootScope) { }); $rootScope.$on('emitReload', function(event, args) { // args.all - $rootScope.$broadcast('reload', args); + $rootScope.$broadcast('reload', args || {}); }); $rootScope.$on('emitFeedSearch', function(event, args) { $rootScope.$broadcast('feedSearch');