Angularjs Angular ng视图在firefox中无法正确渲染-我只得到了;函数(){return html;}";

Angularjs Angular ng视图在firefox中无法正确渲染-我只得到了;函数(){return html;}";,angularjs,Angularjs,我正在开发一款大小合理的AngularJS应用程序,我们的BDD最近开始失败。事实证明,它们之所以失败,是因为在firefox中首次加载站点(即重新加载页面)后,NG视图会呈现 函数(){return html;} 这方面的html是 <div data-ng-view=""> <span class="ng-scope">function () { return html; }</span> </div> 在控制台上,查看 <ht

我正在开发一款大小合理的AngularJS应用程序,我们的BDD最近开始失败。事实证明,它们之所以失败,是因为在firefox中首次加载站点(即重新加载页面)后,NG视图会呈现

函数(){return html;}

这方面的html是

<div data-ng-view="">
    <span class="ng-scope">function () { return html; }</span>
</div>
在控制台上,查看

<html data-ng-controller="app.controller">
干杯
kle

还有其他JavaScript库在使用吗?嗨,是的,requireJS、AmplificJS、momentJS、下划线JS、jquery、angularUI、Signal、ToastR。加载时唯一的异常是jquery-min.js(使用暂停异常)。
<html data-ng-controller="app.controller">
routeDefinition.template = function () {
            return html;
        };