##// END OF EJS Templates
license: change the license to Apache 2.0
license: change the license to Apache 2.0

File last commit:

r83:437edeed
r112:998f0d14
Show More
jira-integration-config-view.js
5 lines | 304 B | application/javascript | JavascriptLexer
angular.module('appenlight.components.jiraIntegrationConfigView', [])
.component('jiraIntegrationConfigView', {
templateUrl: 'components/views/integrations/jira-integration-config-view/jira-integration-config-view.html',
controller: ApplicationsIntegrationsEditViewController
});