kadirahq / blaze-layout

Layout Manager for Blaze (works well with Meteor FlowRouter)
MIT License
198 stars 62 forks source link

Template.body.events does not work with kadira:blaze-layout #69

Open comerc opened 8 years ago

comerc commented 8 years ago

simple test

Template.body.events
  'click': ->
    console.log 'click'
comerc commented 8 years ago

reproduction

avalanche1 commented 8 years ago

It was dicsussed in many places that you shouldnt call your template 'body'