Templarian / ui.bootstrap.contextMenu

AngularJS Bootstrap UI Context Menu
MIT License
259 stars 127 forks source link

Nested Item #45

Closed phanivaranasi closed 8 years ago

phanivaranasi commented 8 years ago

image

In the above screen shot, My Parent Item is Water Quality is my Parent Element, I'm rendering context menu for Child elements, I'm trying to catch hold of child element data-key attribute value, could you assist in fixing this.

Thanks Phaneendra

Templarian commented 8 years ago

Can you post your HTML?

Double check that your ng-repeat="foo in foos" is matching $itemScope.foo (notice foo is the same).

josetaira commented 8 years ago

Will be closing this due to lack of activity. If this is still an issue, kindly provide a plunkr with some code to replicate this.