Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <template>
  2. <button type="button" click.delegate="onChange($event, 'm1')">M1</button>
  3. <button type="button" click.delegate="onChange($event, 'm2')">M2</button>
  4. <button type="button" click.delegate="logModel($event)">Log</button>
  5. <compose view.bind="myView" model.bind="this"></compose>
  6. </template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement