Skip to content

Instantly share code, notes, and snippets.

@radiegtya
Last active October 27, 2015 15:16
Show Gist options
  • Save radiegtya/fe87e8543223a3789dc4 to your computer and use it in GitHub Desktop.
Save radiegtya/fe87e8543223a3789dc4 to your computer and use it in GitHub Desktop.
Meteoris Quickstart
var ctrl = new Meteoris.UserController();
Template.meteoris_themeAdmin_hookNavbar.events = {
'click #btnLogout': function(){
ctrl.logout();
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment