##// 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
hipchat-integration-config-view.js
5 lines | 316 B | application/javascript | JavascriptLexer
angular.module('appenlight.components.hipchatIntegrationConfigView', [])
.component('hipchatIntegrationConfigView', {
templateUrl: 'components/views/integrations/hipchat-integration-config-view/hipchat-integration-config-view.html',
controller: ApplicationsIntegrationsEditViewController
});