##// END OF EJS Templates
config template: remove unused cache options that cause confusion
config template: remove unused cache options that cause confusion

File last commit:

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