Skip to content

Instantly share code, notes, and snippets.

@pbres
Last active October 7, 2016 18:15
Show Gist options
  • Save pbres/79e21ca292d76bd92ba64679e95e43c0 to your computer and use it in GitHub Desktop.
Save pbres/79e21ca292d76bd92ba64679e95e43c0 to your computer and use it in GitHub Desktop.
function clickItem(item) {
if (item.id == 2147483647){
$location.path(item.editPath);
}else{
$location.path($scope.entityType + '/' +$scope.entityType + '/edit/' +item.id);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment