0.1.0 • Published 10 years ago

famous-pagecontroller v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

famous-pagecontroller

Extends the default RenderController with named nodes.

Getting started

Install using bower or npm

  bower install famous-pagecontroller
  npm install famous-pagecontroller

Usage

var controller = new PageController();
this.addPage('home',myHomePage);
controller.show('home');

Contribute

Feel free to contribute to this project in any way. The easiest way to support this project is by giving it a star.

Contact

© 2014 - Mark Marijnissen

0.1.0

10 years ago