##// END OF EJS Templates
plugins: allow more custom keys into js configs
plugins: allow more custom keys into js configs

File last commit:

r83:437edeed
r98:2a8560e8
Show More
campfire-integration-config-view.js
5 lines | 320 B | application/javascript | JavascriptLexer
angular.module('appenlight.components.campfireIntegrationConfigView', [])
.component('campfireIntegrationConfigView', {
templateUrl: 'components/views/integrations/campfire-integration-config-view/campfire-integration-config-view.html',
controller: ApplicationsIntegrationsEditViewController
});