You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this library and works fine , but i am facing a issue when i try to create a form after creating one form, means, if i have already created a form on a page whose state say; http://locahost/example/#/newForm and after this when i go to another state say; http://locahost/example/#/formList and now if again i create a new form by going to http://locahost/example/#/newForm state then the page shows previously created form components.
How can i remove old form components.
I am using <div class="fbbuilderDiv" fb-builder="default"></div>
for form building, and, <div class="previewdiv" ng-model="input" fb-form="default" fb-default="defaultValue"></div>
for preview
Now how can i flush old form data?
i tried $scope.default = [];
But its not clearing the old form elements
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello,
I am using this library and works fine , but i am facing a issue when i try to create a form after creating one form, means, if i have already created a form on a page whose state say; http://locahost/example/#/newForm and after this when i go to another state say; http://locahost/example/#/formList and now if again i create a new form by going to http://locahost/example/#/newForm state then the page shows previously created form components.
How can i remove old form components.
I am using
<div class="fbbuilderDiv" fb-builder="default"></div>
for form building, and,
<div class="previewdiv" ng-model="input" fb-form="default" fb-default="defaultValue"></div>
for preview
Now how can i flush old form data?
i tried
$scope.default = [];
But its not clearing the old form elements
Thanks in advance
The text was updated successfully, but these errors were encountered: