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

warnings off within each #527

Closed
justinbmeyer opened this issue May 30, 2018 · 1 comment
Closed

warnings off within each #527

justinbmeyer opened this issue May 30, 2018 · 1 comment
Assignees

Comments

@justinbmeyer
Copy link
Contributor

The selected in the following:

        {{# if(todosPromise.isResolved) }}
            {{# each(todosPromise.value) }}
                <li on:click="../select(this)"
                    class="{{# eq(this,selected) }}selected{{/ eq}}">
                    <input type='checkbox' checked:bind='complete' disabled/>
                    <label>{{name}}</label>
                </li>
            {{/ each }}
        {{/ if}}

needed to be ../selected, but I got the following warning:

image

@phillipskevin
Copy link
Contributor

duplicate of canjs/can-view-scope#166.

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

2 participants