"use strict"; angular.module("apiDocoApp").directive("redirectIcon", [ function () { return { restrict: "E", template: '' + '' + '', }; }, ]);