Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
fix: Rescope session variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug-Reed committed Oct 26, 2017
1 parent c76fbde commit 1a93b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/main/webapp/my-app/marketplace/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ define(['angular', 'jquery', 'require'], function(angular, $, require) {
$routeParams, $timeout, $location, $mdColors) {
var vm = this;
$scope.primaryColorRgb =
$mdColors.getThemeColor($sessionStorage.portal.theme.name
+ '-primary');
$mdColors.getThemeColor($sessionStorage.portal.theme.name
+ '-primary');

$scope.navToDetails = function(marketplaceEntry, location) {
marketplaceService.setFromInfo(location, $scope.searchTerm);
Expand Down

0 comments on commit 1a93b5e

Please sign in to comment.