hmpo-template-mixins
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -90,2 +90,3 @@ 'use strict'; | ||
'error': this.errors && this.errors[key], | ||
'legend': fields[key].legend && fields[key].legend.value, | ||
'options': _.map(fields[key].options, function (obj) { | ||
@@ -92,0 +93,0 @@ var selected = false, label, value, toggle; |
{ | ||
"name": "hmpo-template-mixins", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "A middleware that exposes a series of Mustache mixins on res.locals to ease usage of forms, translations, and some general needs.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# passport-template-mixins | ||
# passports-template-mixins | ||
A middleware that exposes a series of Mustache mixins on `res.locals` to ease usage of forms, translations, and some other things. | ||
@@ -3,0 +3,0 @@ |
Sorry, the diff of this file is not supported yet
25425
451