kadirahq / blaze-layout

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

Is it possible to request if a template has been loaded into a dynamic area? #55

Closed derwaldgeist closed 9 years ago

derwaldgeist commented 9 years ago

I would like to set a different style to the page if a template has actually been rendered to a dynamic area. Is there an API to check the current status of such a dynamic area?

arunoda commented 9 years ago

No there is no such way. You need to keep track it your self.

derwaldgeist commented 9 years ago

OK, thanks.