Strip the extra query params when the user uses the activity stream dropdown nav.

This commit is contained in:
Michael Abashian 2016-03-02 10:04:23 -05:00
parent f2f51ab132
commit b967caedaa

View File

@ -42,7 +42,7 @@ export default ['templateUrl', function(templateUrl) {
}
else {
// Attach the taget to the query parameters
$state.go('activityStream', {target: $scope.streamTarget});
$state.go('activityStream', {target: $scope.streamTarget}, {inherit: false});
}
}