bigbluebutton-Github/bigbluebutton-html5/app/client/views/whiteboard/slide.html
2015-03-05 17:55:23 +00:00

10 lines
170 B
HTML
Executable File

<template name="slide">
{{#each getShapesForSlide}}
{{> shape}}
{{/each}}
{{updatePointerLocation pointerLocation}}
</template>
<template name="shape">
</template>