# HG changeset patch # User nowmad@nowmads-macbook-pro.local # Date 1449763259 -3600 # Node ID 66739650678f09c62e364b8c47a4b7e1217a7931 # Parent 9ef0952033e0e3c6e10c642a56c84ea696adbda5 update main index to add the 2 kind of menu (hash and history) and set the locationType to hash diff -r 9ef0952033e0 -r 66739650678f cms/app-client/app/index.html --- a/cms/app-client/app/index.html Thu Dec 10 17:00:02 2015 +0100 +++ b/cms/app-client/app/index.html Thu Dec 10 17:00:59 2015 +0100 @@ -26,14 +26,35 @@
  • PROJET
  • RECHERCHE
  • + + {{content-for 'body'}}
    - + + + + {{content-for 'body-footer'}} diff -r 9ef0952033e0 -r 66739650678f cms/app-client/config/environment.js --- a/cms/app-client/config/environment.js Thu Dec 10 17:00:02 2015 +0100 +++ b/cms/app-client/config/environment.js Thu Dec 10 17:00:59 2015 +0100 @@ -6,7 +6,11 @@ modulePrefix: 'app-client', environment: environment, baseURL: '/corpus', - locationType: 'auto', + // locationType: '', + // contentSecurityPolicy: { + // 'default-src': "'none'", + // 'style-src': "'self' 'http://localhost:4200'" + // }, APP: { baseStatic: '', // Here you can pass flags/options to your application instance