You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
fix(tests): update mdCompiler to support unwrapped simple text nodes
* Angular compiler (1.5.1 and newer) no longer wraps simple top level text nodes in a span when compiling a template.
`.html()` returns the “inner” HTML, which for `<span>hola</span>` is of course, `"hola"` But the inner HTML of `"hola"` is `undefined`
[
0 commit comments