ngPopup icon indicating copy to clipboard operation
ngPopup copied to clipboard

Passing values to ngPopup template

Open sundarapandiank opened this issue 10 years ago • 1 comments

I have to pass some of the values from parent controller to ngPopup template controller . Please let me know the best way to do .

sundarapandiank avatar Feb 17 '16 15:02 sundarapandiank

ngPopup simply add a child scope to the appended scope, you can use $parent to access properties in parent controller

MarkoCen avatar Mar 07 '16 16:03 MarkoCen