function onHasChanges() { $scope.$on(config.events.hasChangesChanged, function (event, data) { vm.hasChanges = data.hasChanges; }); }