canjs / can-view-scope

Scope management for view engines
https://canjs.com/doc/can-view-scope.html
MIT License
4 stars 0 forks source link

Adds scope/key for scope walking #188

Closed matthewp closed 6 years ago

matthewp commented 6 years ago

This adds scope/key as described in https://github.com/canjs/can-stache/issues/586

This provides a more convenient way to do scope walking in a template over scope.find(key).

Closes https://github.com/canjs/can-stache/issues/586