##// END OF EJS Templates
Update register.jinja2...
Update register.jinja2 Added confirmation of approval of terms on registration

File last commit:

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