Unable to call scope method from UI-Grid Cell Button Click
Unable to call scope method from UI-Grid Cell Button Click
Problem: When you try to call a scope method when clicked on a button or link which is in UI-Grid cell, you will get an error saying – it couldn’t find that method. This is because – Grid will have a different scope. Solution: There are a couple of solutions. Using external scope: ui-grid="gridOptions" class="grid" external-scopes="gridScope"> and defining the functions in that scope (literal) as…
View On WordPress














