UNPKG

creamer

Version:

A flatiron plugin for dynamic coffeecup templates

18 lines (15 loc) 332 B
var Widget; Widget = require(__dirname + '/../models/widget'); module.exports = { '/widgets': { get: function() { var _this = this; return Widget.all(function(err, widgets) { return _this.bind('widgets/index', { widgets: '.active', widgets: widgets }); }); } } };