##// END OF EJS Templates
run(): remove logging call
run(): remove logging call

File last commit:

r83:437edeed
r101:563e30fd
Show More
bitbucket-integration-config-view.js
5 lines | 324 B | application/javascript | JavascriptLexer
components: whole settings panel componentized
r83 angular.module('appenlight.components.bitbucketIntegrationConfigView', [])
.component('bitbucketIntegrationConfigView', {
templateUrl: 'components/views/integrations/bitbucket-integration-config-view/bitbucket-integration-config-view.html',
controller: ApplicationsIntegrationsEditViewController
});