Blame view

client/routes/routes-global.js 212 Bytes
3b214be5e   Ryan Glover   Convert all Coffe...
1
2
3
4
5
6
  /*
  * Routes: Global
  * Global router configurations that apply to the entire application.
  */
  
  Router.configure({
60890ed0b   Ryan Glover   Add loading templ...
7
    loadingTemplate: 'loading',
3b214be5e   Ryan Glover   Convert all Coffe...
8
9
10
    notFoundTemplate: 'notFound',
    layoutTemplate: 'layoutDefault'
  });