github.com/apremalal/vamps-core@v1.0.1-0.20161221121535-d430b56ec174/server/webapps/apieditor/scripts/branding.js (about) 1 /* 2 * branding.js can be used for overloading Swagger Editor behaviors 3 * You can add new controllers to Swagger Editor with following syntax: 4 * 5 * SwaggerEditor.controller('BrandingController', function ($scope) { ... }); 6 * 7 * You can use the controller you created in branding HTML pieces. 8 */