Skip to content

Commit

Permalink
fix(associations): Fix bad reference
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Sep 13, 2016
1 parent fecd31a commit 8e566a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/models/associations.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ angular

static makeFromApiWithType(Type) {
return function (resource) {
return this.makeFromApi.call(Type, resource);
return ApiBase.makeFromApi.call(Type, resource);
};
}
}
Expand Down

0 comments on commit 8e566a1

Please sign in to comment.