Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow people to opt-in to scope walking #116

Closed
phillipskevin opened this issue Nov 8, 2017 · 2 comments
Closed

Allow people to opt-in to scope walking #116

phillipskevin opened this issue Nov 8, 2017 · 2 comments

Comments

@phillipskevin
Copy link
Contributor

In 4.0 we will remove implicit scope walking, we should allow people to opt-in to the old behavior by using a function on the scope.

So instead of something like {{../../../foo}} you could use something like {{scope.get('foo')}}.

This will allow an easier upgrade path for people who have a lot of implicit scope walking.

@phillipskevin
Copy link
Contributor Author

I think I'm going to make this API {{scope.find('foo')}}. cc @justinbmeyer

@phillipskevin
Copy link
Contributor Author

closed by #126.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant