Skip to content

This is a simple angularjs slideshow app, for those who prefer to create slides in html over PowerPoint.

License

Notifications You must be signed in to change notification settings

murrayju/angular-slideshow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-slideshow

This is a simple angularjs slideshow app, for those who prefer to create slides in html over PowerPoint.

Live Demo

Prerequisites

npm install -g bower

Quick start

Clone the repo
git clone git://github.com/murrayju/angular-slideshow.git
Use Bower to download dependencies
bower install
Run the test server
cd test
npm install
node testserver.js
Launch it in your browser
http://localhost:55555

Creating Slides

Create a html page for each slide

These are loaded as AngularJS templates, and therefore can contain any directives that you wish to use.

Update the slide tree

In slides.js you define the ordering of the slides to be in the show.

About

This is a simple angularjs slideshow app, for those who prefer to create slides in html over PowerPoint.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published