Error when setting on an undefined property
·
338 commits
to master
since this release
#95 Errors when setting a value no a property with an undefined parent, such as scope.set('foo.bar', 'value');
where there is no foo
on scope
.