0

The attribute on the view doesn't updating. When I click on the remove image, then comes a popup model.

the attribute {{name}} is not updating and setName has updated the name...

1
  • Please post additional code, ie: your controller code. Commented May 18, 2015 at 15:17

1 Answer 1

1

Everything should be in the scope of controller:

<div ng-controller="ModalDemoCtrl">
<td width="40px">
       <img src="~/Images/Remove3.ico"  ng-click="setName(member.naamNL)" alt="remove" />
</td>
</div>
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.