##// 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
campfire-integration-config-view.js
5 lines | 320 B | application/javascript | JavascriptLexer
components: whole settings panel componentized
r83 angular.module('appenlight.components.campfireIntegrationConfigView', [])
.component('campfireIntegrationConfigView', {
templateUrl: 'components/views/integrations/campfire-integration-config-view/campfire-integration-config-view.html',
controller: ApplicationsIntegrationsEditViewController
});