bogart-handlebars
Advanced tools
Comparing version 0.10.4 to 0.10.5
@@ -48,3 +48,5 @@ var _ = require('underscore'); | ||
injector.factory('respond', function (views) { | ||
injector.factory('respond', function (views, locals) { | ||
var iLocals = locals; | ||
return function (view, locals, opts) { | ||
@@ -54,3 +56,3 @@ if (!_.isFunction(view)) { | ||
} | ||
locals = _.extend({}, localsDefaults, locals); | ||
locals = _.extend({}, localsDefaults, iLocals, locals); | ||
@@ -57,0 +59,0 @@ // |
{ | ||
"name": "bogart-handlebars", | ||
"version": "0.10.4", | ||
"version": "0.10.5", | ||
"description": "Handlebars tools for Bogart", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5077
64