cms/app-client/app/router.js
changeset 91 acfeddc7821d
parent 57 36dc51dd60e9
child 94 62984937a062
equal deleted inserted replaced
90:f0609941aa98 91:acfeddc7821d
     4 var Router = Ember.Router.extend({
     4 var Router = Ember.Router.extend({
     5   location: config.locationType
     5   location: config.locationType
     6 });
     6 });
     7 
     7 
     8 Router.map(function() {
     8 Router.map(function() {
       
     9   // this.route('application', { path: '/detail/:document_id' });
     9   this.route('tabs/langues', { path: '/langues' });
    10   this.route('tabs/langues', { path: '/langues' });
    10   this.route('tabs/carto', { path: '/cartographie' });
    11   this.route('tabs/carto', { path: '/cartographie' });
    11   this.route('tabs/thematiques', { path: '/thematiques' });
    12   this.route('tabs/thematiques', { path: '/thematiques' });
    12   this.route('tabs/discours', { path: '/discours' });
    13   this.route('tabs/discours', { path: '/discours' });
    13   this.route('tabs/chrono', { path: '/chronologie' });
    14   this.route('tabs/chrono', { path: '/chronologie' });