0.5.3 • Published 8 years ago

x-router-modal v0.5.3

Weekly downloads
4
License
MIT
Repository
github
Last release
8 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

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.0

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago