Skip to content

Commit

Permalink
fixed #90
Browse files Browse the repository at this point in the history
  • Loading branch information
oshai committed Jan 22, 2015
1 parent 6262964 commit 1f1c0f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
var watchHandler = $scope.$watch('model.projectSearch', function(value) {
if (value) {
$log.debug('navbarCtrl: selected project: ' + value);
$location.path('/codeine/project/' + value + '/status').replace();
$location.path('/codeine/project/' + value + '/status');
}
$scope.model.projectSearch = '';
});
Expand Down

0 comments on commit 1f1c0f6

Please sign in to comment.