尝试做angular.element(stringWithHtmlStructure);
原因
Error: Syntax error, unrecognized expression: <div id="foo">bar</div>
在 jquery 1.9.1 中,但它在 jquery 1.8.3 中有效
是问题还是功能?可能是安全一号?我该如何处理?
1.8.3 示例http://plnkr.co/edit/ZYYKIixcYzOL46hq0puS?p=preview 1.9.1 示例http://plnkr.co/edit/ETmQMY8KoCP0gaKdSrMD?p=preview
这绝对不是任何有角度的东西的问题,做$(stringWithHtmlStructure)
同样的失败,你可以在这里看到http://plnkr.co/edit/FqvOKZ62t0IJ57cT05ew?p=preview