-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Add support for render()
outside of each()
data-query
#83
Comments
+1 |
I read the suggestion and I see a problem as far as I understeand the issue. <img src="{{myImage}}" /> the problem (at least for me) is that the browser would have the error that <img src="big-image.jpg" data-query="render(!isMobile)" /> The problem is, that the browser would have parsed the attributes and started the request before the dom is ready. Tell me if there are other cases an element should be removed instead of hidden. I saw the |
Yes. I thought the attr data-query works correctly. Otherwise it really doesn't make sense. |
short update: |
As per suggestion: #58
The text was updated successfully, but these errors were encountered: