surveyjs / surveyjs_angular_cli

SurveyJS + Angular CLI Quickstart Template
http://surveyjs.io/
39 stars 52 forks source link

On adding new tab to editor I catch en error #43

Open vlad-alt opened 4 years ago

vlad-alt commented 4 years ago

Hi I integrated survey-creator and survey-angular to my Angular app. For now I want to add my own tab to editor. I use this example https://surveyjs.io/Examples/Survey-Creator?id=tabscustomization&theme=bootstrap#content-js. In .html code I added tab script (from example) before div where editor will be rendered. And I catch this error. Is it something specific for angular I should to write? image

vlad-alt commented 4 years ago

Want to add that tab is rendered but questions removed from pages on Designer Mode

tsv2013 commented 4 years ago

This error means that your template hasn't been found. The template id is wrong or the script block with the template down't exist in the page.

vlad-alt commented 4 years ago

@tsv2013 thanks for answer. May be angular modal window doesn't see Githubissues.

  • Githubissues is a development platform for aggregating issues.