mirror of
https://github.com/nasa/openmct.git
synced 2025-04-20 17:11:11 +00:00
[Mobile] Browse Object
Added agentService to BrowseObjectController.
This commit is contained in:
parent
8e6505c80f
commit
4cb01eb917
@ -21,7 +21,7 @@
|
||||
{
|
||||
"key": "BrowseObjectController",
|
||||
"implementation": "BrowseObjectController.js",
|
||||
"depends": [ "$scope", "$location", "$route", "$window" ]
|
||||
"depends": [ "$scope", "$location", "$route", "$window", "agentService" ]
|
||||
},
|
||||
{
|
||||
"key": "CreateMenuController",
|
||||
|
@ -32,7 +32,7 @@ define(
|
||||
* @memberof platform/commonUI/browse
|
||||
* @constructor
|
||||
*/
|
||||
function BrowseObjectController($scope, $location, $route, $window) {
|
||||
function BrowseObjectController($scope, $location, $route, $window, agentService) {
|
||||
function setViewForDomainObject(domainObject) {
|
||||
var locationViewKey = $location.search().view;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user