##// 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
github-integration-config-view.js
5 lines | 312 B | application/javascript | JavascriptLexer
components: whole settings panel componentized
r83 angular.module('appenlight.components.githubIntegrationConfigView', [])
.component('githubIntegrationConfigView', {
templateUrl: 'components/views/integrations/github-integration-config-view/github-integration-config-view.html',
controller: ApplicationsIntegrationsEditViewController
});