Skip to content

Instantly share code, notes, and snippets.

@digilord
Created January 15, 2015 16:07
Show Gist options
  • Save digilord/fde5e51ebf374709422b to your computer and use it in GitHub Desktop.
Save digilord/fde5e51ebf374709422b to your computer and use it in GitHub Desktop.
adminSub = Meteor.subscribe 'adminViews'
Router.map ->
@route 'admin',
path: '/admin'
layoutTemplate: 'adminLayoutTemplate'
action: ->
@wait adminSub
@render 'admin'
data: ->
return AdminViews.find({})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment