cms/app-client/app/routes/document.js
author ymh <ymh.work@gmail.com>
Thu, 16 Nov 2017 15:44:36 +0100
changeset 553 251df6cb3afa
parent 414 5c6c526a7fc1
permissions -rw-r--r--
upgrade drupal with the new tresor theme

import Ember from 'ember';

export default Ember.Route.extend({
    model() {
        return this.modelFor('application');
    },

    actions : {
        didTransition() {
            this.controllerFor('application').get('player').displayMetadata('notice');
        }
    }
});