##// END OF EJS Templates
readme: formatting
readme: formatting

File last commit:

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