##// END OF EJS Templates
Added tag 0.9.1 for changeset feca18f6ff09
Added tag 0.9.1 for changeset feca18f6ff09

File last commit:

r83:437edeed
r109:5b6ca9a3
Show More
webhooks-integration-config-view.js
5 lines | 320 B | application/javascript | JavascriptLexer
components: whole settings panel componentized
r83 angular.module('appenlight.components.webhooksIntegrationConfigView', [])
.component('webhooksIntegrationConfigView', {
templateUrl: 'components/views/integrations/webhooks-integration-config-view/webhooks-integration-config-view.html',
controller: ApplicationsIntegrationsEditViewController
});