changeset 57 | 36dc51dd60e9 |
parent 35 | 9148b2653eb5 |
child 91 | acfeddc7821d |
56:c4a022ba3fc3 | 57:36dc51dd60e9 |
---|---|
13 this.route('tabs/chrono', { path: '/chronologie' }); |
13 this.route('tabs/chrono', { path: '/chronologie' }); |
14 }); |
14 }); |
15 |
15 |
16 Router.reopen({ |
16 Router.reopen({ |
17 onUrlChange: function() { |
17 onUrlChange: function() { |
18 console.log(this.get('url')); |
|
19 }.observes('currentPath') |
18 }.observes('currentPath') |
20 }); |
19 }); |
21 |
20 |
22 export default Router; |
21 export default Router; |