Skip to content

Better alternatives for scope.root

Choose a tag to compare

@phillipskevin phillipskevin released this 15 May 01:49
· 127 commits to master since this release

This adds two new scope properties:

  • scope.vm - the first context that is a viewModel
  • scope.top - the "top" context that is a viewModel

This also deprecates scope.root in favor of these more explicit properties.

This release also adds scope.getPathsForKey, which will be documented in a future release.

#161