Skip to content

Instantly share code, notes, and snippets.

@cristiandley
Created June 9, 2015 16:10
Show Gist options
  • Save cristiandley/a0d39586f598c3ecc191 to your computer and use it in GitHub Desktop.
Save cristiandley/a0d39586f598c3ecc191 to your computer and use it in GitHub Desktop.
loopEachMeteor
{{#each personas}}
<p>persona.nombre</p>
{{#each persona.mascotas}}
<button>persona.id</button>
<p>mascota.nombre</p>
{{/each}}
{{/each}}
@lionelromanelli
Copy link

{{#each categorias}}

{{this.nombre}}


{{#each categorias}} {{#if notequals this._id THIS.THIS._id}} {{this.nombre}} {{/if}} {{/each}}
{{/each}}

@cristiandley
Copy link
Author

  {{#each a}}
    {{#each b}}
        {{ .. }}
        {{ this }}
    {{/each}}
  {{/each}}

@lionelromanelli
Copy link

Cool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment