##// END OF EJS Templates
Added tag 1.0.0 for changeset 39b3f97de78d
Added tag 1.0.0 for changeset 39b3f97de78d

File last commit:

r83:437edeed
r116:3375cb92
Show More
github-integration-config-view.js
5 lines | 312 B | application/javascript | JavascriptLexer
angular.module('appenlight.components.githubIntegrationConfigView', [])
.component('githubIntegrationConfigView', {
templateUrl: 'components/views/integrations/github-integration-config-view/github-integration-config-view.html',
controller: ApplicationsIntegrationsEditViewController
});