我以下列方式使用md-button:
<md-button aria-label="edit" target-mode="edit" style="z-index: 9;right: 10px; top: 10px; position: absolute;"> <i class="fa fa-check"></i> </md-button>
我收到以下错误:
Error: [ngTransclude:orphan] Illegal use of ngTransclude directive in the template!
No parent directive that requires a transclusion found.
Element: <button class="md-button md-default-theme" ng-transclude="" aria-label="show" target-mode="show" style="z-index: 9;right: 10px; top: 10px; position: absolute;">
我一直想弄清楚为什么会发生这种情况一段时间 - 也许有人曾经有过这种情况吗?
BTW - 您在错误中看到的ng-transclude会以某种方式自动插入。