Skip to content

Commit

Permalink
Merge pull request #17 from radiegtya/patch-1
Browse files Browse the repository at this point in the history
fixing example for saving task.
  • Loading branch information
Urigo committed Oct 23, 2014
2 parents 5e6d3b9 + 0f7c32b commit fb0cae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ if (Meteor.isClient) {
return;
}

$scope.Tasks.add({
$scope.Tasks.save({
project: activeProject._id,
title: task.title
});
Expand Down

0 comments on commit fb0cae4

Please sign in to comment.