Please describe the issue
the scope is same for all, when i type in textbox in one dialog, all the textbox in different dialog are changed with the same value.
please check the plnkr link here
What did you expect to happen?
different scope for different dialog, each form element/s should have different scope.
What actually happened?
the scope is same for all, when i type in textbox in one dialog, all the textbox in different dialog are changed with the same value.
What version of ng-dialog are you using? v0.6.2 (modified Draggable #413)
What version of AngularJS are you using? angular-1.5.6
What browsers are affected? All
Please provide either a JSFiddle, Plunkr example that replicates the issue https://plnkr.co/edit/dmsHzwyNP0ceZN01KJhx?p=preview
Please describe the issue the scope is same for all, when i type in textbox in one dialog, all the textbox in different dialog are changed with the same value. please check the plnkr link here
What did you expect to happen? different scope for different dialog, each form element/s should have different scope.
What actually happened? the scope is same for all, when i type in textbox in one dialog, all the textbox in different dialog are changed with the same value.