##// END OF EJS Templates
tests: small fixes
tests: small fixes

File last commit:

r83:437edeed
r97:c1f015a5
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
});