ng-revealjs

1.0.1 • Public • Published

ng-reveal

Angular wrapper for Revealjs presentation library.

Get Started

  1. Get ng-reveal in one of the following ways:
  1. Include ng-reveal.js (or ng-reveal.min.js) in your index.html, after including Angular itself.

  2. Add 'reveal' to your main module's list of dependencies.

When you're done, your setup should look similar to the following:

<!doctype html>
<html ng-app="myApp">
<head>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.0/angular.min.js"></script>
<script src"//cdnjs.cloudflare.com/ajax/libs/reveal.js/3.0.0/js/reveal.min.js"></script>
<script src="js/ng-reveal.min.js"></script>
<script>
var myApp = angular.module('myApp', ['reveal']);
</script> 
</head>
<body>
<div class="reveal" >
<!-- Any section element inside of this container is displayed as a slide -->
<ng-reveal slides="projects" c>
</ng-reveal>
</div>
</body>
</html>

Documentation

Coming Soon

Requirements

Dependents (0)

Package Sidebar

Install

npm i ng-revealjs

Weekly Downloads

0

Version

1.0.1

License

ISC

Last publish

Collaborators

  • danielbair