load ext in context of item

This commit is contained in:
Mo Bitar
2017-01-21 10:23:13 -06:00
parent f904c84827
commit 6f0eb66c33
4 changed files with 44 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
.access
Can access your data
%strong {{accessTypeForExtension(extension)}}
.spinner.loading{"ng-if" => "extension.loading"}
%ul
%li.action{"ng-repeat" => "action in extension.actionsWithContextForItem(item)", "ng-click" => "executeAction(action, extension)"}
.name {{action.label}}