Skip to content

Commit

Permalink
Merge pull request #63 from Jaco-Pretorius/master
Browse files Browse the repository at this point in the history
Prevent propagation of the click event on menu items
  • Loading branch information
Jeff Collins committed Jan 27, 2015
2 parents 2c32de3 + 4a07326 commit bf94efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mentio.directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ angular.module('mentio', [])
element.bind('click', function (e) {
e.preventDefault();
controller.selectItem(scope.item);
return false;
});
}
};
Expand Down

0 comments on commit bf94efd

Please sign in to comment.