##// END OF EJS Templates
registration: add a way to disable registration
registration: add a way to disable registration

File last commit:

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