文件名称:find-missing-directives:查找可能缺少 angular 指令的空自定义标签
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-06 18:29:06
JavaScript
查找缺失指令 在 HTML 正文中查找空的角度指令 拼写错误或未包含的自定义 Angular 指令会被忽略。 它们在 HTML 正文中仍然是空节点,这给查找和修复带来了很多麻烦。 这个脚本可以很容易地发现任何没有内部内容的自定义标签 // index.html <body>
Below is angular directive without actual module
【文件预览】:
find-missing-directives-master
----find-missing-directives.js(2KB)
----test()
--------no-missing.html(432B)
--------2-missing.html(491B)
----LICENSE(1KB)
----README.md(1KB)
----bower.json(582B)