diff options
Diffstat (limited to 'src/Scope.js')
| -rw-r--r-- | src/Scope.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Scope.js b/src/Scope.js index ae5bd384..2b2db189 100644 --- a/src/Scope.js +++ b/src/Scope.js @@ -163,6 +163,7 @@ function createScope(parent, Class) { behavior.$root = instance; behavior.$parent = instance; } + (parent.$onEval || noop)(instance.$eval); Class.apply(instance, slice.call(arguments, 2, arguments.length)); |
