6eb759ba by Michael Richards

Merge branch 'fix-keypath-rejoin'

2 parents bc1446d8 c08bbe55
......@@ -152,7 +152,7 @@ class Rivets.View
options.formatters = pipes
model = @models[splitPath.shift()]
options.bypass = path.indexOf(":") != -1
keypath = splitPath.join()
keypath = splitPath.join '.'
if model
if dependencies = context.shift()
......