ngPopup
ngPopup copied to clipboard
Passing values to ngPopup template
I have to pass some of the values from parent controller to ngPopup template controller . Please let me know the best way to do .
ngPopup simply add a child scope to the appended scope, you can use $parent to access properties in parent controller