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

path warnings are too agressive #166

Closed
justinbmeyer opened this issue May 31, 2018 · 0 comments
Closed

path warnings are too agressive #166

justinbmeyer opened this issue May 31, 2018 · 0 comments
Assignees

Comments

@justinbmeyer
Copy link
Contributor

https://github.com/canjs/can-view-scope/blob/master/can-view-scope.js#L447-L453

{{#if tournamentsPromise.isResolved}}
    {{#each(tournamentsPromise.value)}}
        <h3><a href='{{routeUrl(tournamentId=id)}}'>{{year}}</a>
            {{#if isAdmin}}
            
            {{/if}}
        </h3>
    {{else}}
        <div class="text-center lead">No Tournaments</div>
    {{/each}}
{{/if}}

the isAdmin there should just be giving me a warning like ../isAdmin I think

but it gives

"../../../isAdmin"

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