0.5.3 • Published 7 years ago

x-router-modal v0.5.3

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

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago