cms/app-client/app/router.js
changeset 199 b7c691c6179d
parent 136 5fed7e1716c2
child 219 3578846b66f4
equal deleted inserted replaced
198:541e26eb356f 199:b7c691c6179d
    12   this.route('tabs/thematiques', { path: '/thematiques' });
    12   this.route('tabs/thematiques', { path: '/thematiques' });
    13   this.route('tabs/discours', { path: '/discours' });
    13   this.route('tabs/discours', { path: '/discours' });
    14   this.route('tabs/chrono', { path: '/chronologie' });
    14   this.route('tabs/chrono', { path: '/chronologie' });
    15 });
    15 });
    16 
    16 
    17 Router.reopen({
       
    18   onUrlChange: function() {
       
    19   }.observes('currentPath')
       
    20 });
       
    21 
       
    22 export default Router;
    17 export default Router;