Created
March 15, 2012 21:26
-
-
Save goloroden/2047079 to your computer and use it in GitHub Desktop.
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
script(id='BoardListTemplate', type='text/x-jQuery-tmpl') | |
| <p>${Title}</p> | |
| <ul id="${Id}" class="IterationBoardList"> | |
| <li class="AddNewItem">Add new Item</li> | |
| {{tmpl(Items) "#BoardListItemTemplate"}} | |
| </ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment