mirror of
https://github.com/nasa/openmct.git
synced 2025-02-01 00:45:41 +00:00
Added missing dependency on
This commit is contained in:
parent
2f036a89e4
commit
65ca78d8aa
@ -94,7 +94,8 @@ define([
|
||||
"key": "EditObjectController",
|
||||
"implementation": EditObjectController,
|
||||
"depends": [
|
||||
"$scope"
|
||||
"$scope",
|
||||
"$location"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
@ -36,7 +36,7 @@ define(
|
||||
* @memberof platform/commonUI/edit
|
||||
* @constructor
|
||||
*/
|
||||
function EditObjectController($scope) {
|
||||
function EditObjectController($scope, $location) {
|
||||
this.scope = $scope;
|
||||
|
||||
var navigatedObject;
|
||||
|
Loading…
x
Reference in New Issue
Block a user