Created
June 9, 2015 16:10
-
-
Save cristiandley/a0d39586f598c3ecc191 to your computer and use it in GitHub Desktop.
loopEachMeteor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{#each personas}} | |
<p>persona.nombre</p> | |
{{#each persona.mascotas}} | |
<button>persona.id</button> | |
<p>mascota.nombre</p> | |
{{/each}} | |
{{/each}} |
{{#each a}}
{{#each b}}
{{ .. }}
{{ this }}
{{/each}}
{{/each}}
Cool!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{{#each categorias}}
{{this.nombre}}
{{#each categorias}} {{#if notequals this._id THIS.THIS._id}} {{this.nombre}} {{/if}} {{/each}}
{{/each}}