Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
Close #3 - When completing a task, the cursor should set to the next …
Browse files Browse the repository at this point in the history
…task
  • Loading branch information
unknown authored and unknown committed Jan 3, 2014
1 parent 715ef9b commit 1812d22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/bullet/bulletDirective.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
scope.completeBullet = function completeBullet($event, indexes) {
var selectedBullet = bulletUtils.findBullet(scope.bullets, indexes);
selectedBullet.complete = !selectedBullet.complete;
scope.selectBullet(indexes, 1);
$event.preventDefault();
};

Expand Down

0 comments on commit 1812d22

Please sign in to comment.