[Mobile] Browse Object

Added agentService to BrowseObjectController.
This commit is contained in:
Shivam Dave 2015-08-28 13:53:53 -07:00
parent 8e6505c80f
commit 4cb01eb917
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
{
"key": "BrowseObjectController",
"implementation": "BrowseObjectController.js",
"depends": [ "$scope", "$location", "$route", "$window" ]
"depends": [ "$scope", "$location", "$route", "$window", "agentService" ]
},
{
"key": "CreateMenuController",

View File

@ -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;