##// END OF EJS Templates
redis: some cleanups and use of pipelines for better performance
redis: some cleanups and use of pipelines for better performance

File last commit:

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