angular-summernote
angular-summernote copied to clipboard
Table popover not working on row focus
Please check angular 2 example http://jsfiddle.net/outsider/16xL9np9/
popover working properly with normal JS

@mihirkadam , I had the same issue, try this in your css: div.note-popover.popover.in.note-table-popover.bottom { z-index: 9999999; }
@mihirkadam did you find a solution to this problem?