Skip to content

Commit

Permalink
Merge pull request #775 from linnovate/issue/772
Browse files Browse the repository at this point in the history
fixed creation of sub project by 'ENTER'
  • Loading branch information
nevos authored Apr 20, 2018
2 parents 08382ef + f29bafd commit d79a948
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ angular.module('mean.icu.ui.projectlistdirective', [])
});

$scope.createOrUpdate($scope.projects[currentProject + 1]).then(function(project) {
$state.go($scope.detailsState, {
$state.go($state.current.name, {
id: project._id,
entity: context.entityName,
entityId: context.entityId
Expand Down

0 comments on commit d79a948

Please sign in to comment.