Skip to content
vincicat edited this page Sep 30, 2014 · 1 revision

Layout

Pulling Data

calling variable

  • has scope
  • scope can be defined by the following:
  • #each
  • #Layout
  • #with
  • (partial) your caller current scope, or parameter
  • (child layout) your parent current scope or parameter
  • with and each allow helper call, with even allow object rewrapping
  • this = current scope, .. = upper 1 level this, ../.. upper 2 level this (if any)

calling helper

Child Layout and Partial

Reacitivty

some note & exception

https://github.com/meteor/meteor/wiki/Using-Blaze#dotted-helpers-with-numeric-indices

Clone this wiki locally