##// END OF EJS Templates
events: do not fail when handling events for removed applications
events: do not fail when handling events for removed applications

File last commit:

r83:437edeed
r132:e2c89c67
Show More
github-integration-config-view.js
5 lines | 312 B | application/javascript | JavascriptLexer
angular.module('appenlight.components.githubIntegrationConfigView', [])
.component('githubIntegrationConfigView', {
templateUrl: 'components/views/integrations/github-integration-config-view/github-integration-config-view.html',
controller: ApplicationsIntegrationsEditViewController
});