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