Guest User

Untitled

a guest
Feb 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <template>
  2. <h1>Property1: ${dataContext.data.property1}</h1>
  3. <h1>Property2: ${dataContext.data.property2}</h1>
  4.  
  5. <button click.delegate="mutate()">Mutate DataContext</button>
  6. <button click.delegate="update()">Replace DataContext</button>
  7.  
  8. <hr>
  9. <div repeat.for="log of logs">
  10. <span>${log}</span>
  11. </div>
  12. </template>
Add Comment
Please, Sign In to add comment