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

发现swig无法识别data-xxxx="****"这钟形式的属性 #2

Open
okoala opened this issue Aug 15, 2014 · 6 comments
Open

发现swig无法识别data-xxxx="****"这钟形式的属性 #2

okoala opened this issue Aug 15, 2014 · 6 comments

Comments

@okoala
Copy link

okoala commented Aug 15, 2014

所以在使用这种属性的时候就报错了,建议添加attr.k 和 attr.v值是否存在的判断或者判断attr是否为object。

@oxUnd
Copy link
Contributor

oxUnd commented Aug 15, 2014

是在使用哪个标签的时候?

发自我的 iPhone

在 2014年8月16日,上午2:23,Koala [email protected] 写道:

所以在使用这种属性的时候就报错了,建议添加attr.k 和 attr.v值是否存在的判断或者判断attr是否为object。


Reply to this email directly or view it on GitHub.

@okoala
Copy link
Author

okoala commented Aug 16, 2014

html上使用ng-app="XXXX"就出问题了

@oxUnd
Copy link
Contributor

oxUnd commented Aug 16, 2014

#1,下周发版支持

发自我的 iPhone

在 2014年8月16日,上午11:27,Koala [email protected] 写道:

html上使用ng-app="XXXX"就出问题了


Reply to this email directly or view it on GitHub.

@oxUnd
Copy link
Contributor

oxUnd commented Aug 18, 2014

已发布 #1

@2betop
Copy link
Contributor

2betop commented Sep 1, 2014

已经能支持直接写 attrs 了。

如:

{% html lang="en" framework="spa:static/js/mod.js" data-id="123" data-123="fds" %}

原来的 attrs='key="value"' 用法可以继续使用。

已发布新版,欢迎试用。

@oxUnd
Copy link
Contributor

oxUnd commented Sep 1, 2014

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

3 participants