changeset 414 | 5c6c526a7fc1 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/app-client/app/routes/document.js Sat Nov 12 17:21:25 2016 +0100 @@ -0,0 +1,13 @@ +import Ember from 'ember'; + +export default Ember.Route.extend({ + model() { + return this.modelFor('application'); + }, + + actions : { + didTransition() { + this.controllerFor('application').get('player').displayMetadata('notice'); + } + } +});