Skip to content

Commit

Permalink
fixing example for saving task.
Browse files Browse the repository at this point in the history
  • Loading branch information
radiegtya committed Oct 23, 2014
1 parent 5e6d3b9 commit 0f7c32b
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 0f7c32b

Please sign in to comment.