This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Description
See #1442
Overall design changes:
Fix child code do the checks on cloning. Where you might want to make it a function.
marker-child-model
To:
maybeCloneModel: =>
@clonedModel = _.clone(@model,true) if not @scope.doRebuildAll
Finally use doRebuild all in your implementation markup <markers doRebuildAll="true"></markers>.