Selects droplist inside ngTable loses its scope
问题 If I put the Selects (select.js) droplist inside ngTable, and try to show the selection from outside the table, it loses its scope and doesn't show the selection. Hopefully, I was able to explain this. Here's the preview. In the preview, you will see a select droplist which has two output locations. One inside the table which works and another outside the table which doesn't. http://plnkr.co/edit/tQYmRrTjXOhTohsESpNo?p=preview 回答1: I solved your problem, and it had to do with levels of scope.