seems to be in views/topic.js.es6 if (showTopic) { this.appEvents.trigger('header:show-topic', topic); } else { this.appEvents.trigger('header:hide-topic'); }
Anybody knows how to intercept such event ?
Does not work here on v1.8.0.beta9 +21, on this line:
I get this:
TypeError: Cannot read property 'app-events:main' of undefined
at Object.initialize ((index):482)
at _ember_jquery-b018f0a….js:14340
at e.each (_ember_jquery-b018f0a….js:12426)
at e.topsort (_ember_jquery-b018f0a….js:12393)
at e.topsort (_ember_jquery-b018f0a….js:12338)
at i._runInitializer (_ember_jquery-b018f0a….js:14367)
at i.runInitializers (_ember_jquery-b018f0a….js:14335)
at i._bootSync (_ember_jquery-b018f0a….js:13550)
at i.domReady (_ember_jquery-b018f0a….js:13454)
at p.run (_ember_jquery-b018f0a….js:10544)