Skip to content

Instantly share code, notes, and snippets.

@andreychev
Last active August 29, 2015 14:09
Show Gist options
  • Save andreychev/de21f5957b07b917bd09 to your computer and use it in GitHub Desktop.
Save andreychev/de21f5957b07b917bd09 to your computer and use it in GitHub Desktop.
p
function EventStatusConfig ($provide) {
$provide.decorator('ProjectDotService', function EventsPopupInProject ($delegate, ...) {
$delegate.getEventPopup = function (scope, activityInd) {
...
};
return $delegate;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment