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