Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Compatibility with Angularjs 1.3.0 rc #15

Open
sbeaujard opened this issue Oct 3, 2014 · 2 comments
Open

Compatibility with Angularjs 1.3.0 rc #15

sbeaujard opened this issue Oct 3, 2014 · 2 comments

Comments

@sbeaujard
Copy link

Hello,

It seems sly-show activated with sly-prevent-evaluation-when-hidden are not working correctly anymore on 1.3.0 rc4.
Could you check it ?

@czerwingithub
Copy link
Contributor

Our apologies but we don't have enough resources right now to ensure the library works with AngularJS 1.3. We are always open to pull requests from the community to resolve issues like these.

@misaizdaleka
Copy link

@sbeaujard I ran into same problem and I think I fixed it by putting the two directive onto different elements:

<div sly-prevent-evaluation-when-hidden>
            <div sly-repeat="dash in dashes" sly-show="evalExpression()">
                <some-directive instance="dash" >

                </some-directive>
            </div>
        </div>

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

No branches or pull requests

3 participants