Looking for Answers?sdfg
Browse our articles to find the answers you need
Feature Requestush
article-type-resolution-112
Gil Sho Test, first publish
article-page.min-read
·
article-page.last-updated-date
tesssssting link, second publish
this.$scope.$on('helpful', (event, value) => { this.notHelpful = value === false; }); if (this.newContactForm && helpcenterContactSettings) { const contactMethod = helpcenterContactSettings.contactMethod; if (contactMethod.type === ContactMethodType.EXTERNAL) { this.calculatedContactUsLink = contactMethod.externalUrl; } else if (contactMethod.type === ContactMethodType.EMAIL) { this.calculatedContactUsLink = `mailto:${contactMethod.email}`; } } this.contactFromArticlePageEnabled = this.newContactForm ? helpcenterContactSettings.contactFromArticlePageEnabled : true; this.calculatedContactUsLink = this.newContactForm ? this.calculatedContactUsLink : contactUsLink; this.userToolbarService.setArticleContextView(this.getUserToolbarArticleContext()); startInteraction('article-view'); $timeout(() => {
Hello
article-page.feedback-title-feature-request