0.5.3 • Published 9 years ago

x-router-modal v0.5.3

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

x-router-modal

modal middleware for x-router

$ npm install x-router x-router-modal --save

Usage

See example

var router = require('x-router');
var modal = require('x-router-modal');

router()
.use(modal({defaults: {width: 700}}))
.get('/', function(req, res, next) {
    res.modal('modal.html', {
    	width: 800,
        height: 600
    }, function(err) {
    	if( err ) return next(err);
        res.end();
    });
});
0.5.3

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago