Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(UserService): isUserProject works again
Browse files Browse the repository at this point in the history
- display project facets when authenticated
Closes #1101
  • Loading branch information
Christine Yu committed Jul 29, 2015
1 parent f2e848a commit 72dbf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/components/user/user.services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module ngApp.components.user.services {

return _.filter(terms, (term) => {
return this.isUserProject({
participants: [
cases: [
{
project: {
project_id: term.key
Expand Down

0 comments on commit 72dbf4a

Please sign in to comment.