Skip to content

Instantly share code, notes, and snippets.

@bitomule
Created July 23, 2014 10:06
Show Gist options
  • Save bitomule/51947978276b3eed8c99 to your computer and use it in GitHub Desktop.
Save bitomule/51947978276b3eed8c99 to your computer and use it in GitHub Desktop.
Template.sidebarProject.projectPath = function(){
return Router.path('project',{_project:'blabla',_domain:'cyan'});
};
Template.sidebarProject.events({
'click #projectLink' : function(e,t)
{
e.preventDefault();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment