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




















