mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 22:58:14 +00:00
[Selection] Use variable name expected by template
This commit is contained in:
@ -6,7 +6,7 @@ define([
|
||||
|
||||
function ContextMenuView(actions) {
|
||||
AngularView.call(this, template, function ($scope) {
|
||||
$scope.actions = actions;
|
||||
$scope.menuActions = actions;
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user