mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 05:08:15 +00:00
Added missing dependency on
This commit is contained in:
@ -36,7 +36,7 @@ define(
|
||||
* @memberof platform/commonUI/edit
|
||||
* @constructor
|
||||
*/
|
||||
function EditObjectController($scope) {
|
||||
function EditObjectController($scope, $location) {
|
||||
this.scope = $scope;
|
||||
|
||||
var navigatedObject;
|
||||
|
Reference in New Issue
Block a user