I am using reveal (https://github.com/hakimel/reveal.js/) and on each slide
I would like to demonstrate angular components/visualizations. I'm not
sure what the best practice or hack is to get this to work. Here's what I
would like to see from an html point of view:
<head>
<!-- load the libraries -->
<!-- configure SystemJS -->
</head>
<body>
<my-app>
<div class="slides">
<!-- all the reveal sections go here with custom angular components
and directives -->
</div>
</my-app>
<script src=.... reveal stuff>
<script>
Reveal.initiatlize({ .... });
</script>
</body>
Questions:
1. How can I use ng-content for transclustion of the reveal content
2. How do I get reveal to initialize after <my-app> is ready? Do I need
to boot reveal.js using SystemJS
Any words of wisdom are welcome.
thanks
mike
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.