Any opinions on the best way handle listening to events on window? I want to add short-cut keys for certain component functions. Like control + e to edit when showing a details component, etc.
hi all, new to om, trying to work through the quick start and something is failing at https://github.com/omcljs/om/wiki/Quick-Start-%28om.next%29#changing-queries-over-time
is this a known issue or have I screwed something up?
Just found this is a known issue with a known fix
any way to get log statements for when om.next is rendering ?
and even better what it's rendering
i see there's :root-render
Rendering what? Anything? Why not just put log statements in the render
function for your ui components?
anything