equal
deleted
inserted
replaced
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; |