Skip to content

Instantly share code, notes, and snippets.

@k1ng440
Created May 8, 2014 07:32
Show Gist options
  • Save k1ng440/ea7a8ef21020fc5b7013 to your computer and use it in GitHub Desktop.
Save k1ng440/ea7a8ef21020fc5b7013 to your computer and use it in GitHub Desktop.
ironroute
;(function () {
"use strict";
// override with mini-pages navigate method
Meteor.navigateTo = function (path) {
Router.go(path);
};
Router.map(function () {
this.route('homeTemplate', {path: '/'});
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment