5712f6cb by Michael Richards

Make sure we start from the actual @model passed in to the KeypathObserver.

1 parent 855a7419
......@@ -12,7 +12,7 @@ class KeypathObserver
@callback @target = next
realize: =>
current = @view.adapters[@root.interface].read @view.models, @root.path
current = @model
for token, index in @tokens
if @objectPath[index]?
......